Apache ORC · Example Payload

Apache Orc Column Statistics Response Example

Big DataColumnar StorageCompressionFile FormatHadoopApacheOpen Source

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

Top-level fields

filePathstatistics

Example Payload

Raw ↑
{
  "filePath": "example",
  "statistics": [
    {}
  ]
}