Apache ORC · Example Payload

Apache Orc Column Type Example

Big DataColumnar StorageCompressionFile FormatHadoopApacheOpen Source

Apache Orc Column Type Example is an example object payload from Apache ORC, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

nametypenullablechildren

Example Payload

Raw ↑
{
  "name": "example-name",
  "type": "boolean",
  "nullable": true,
  "children": [
    {}
  ]
}