Apache ORC · Example Payload

Apache Orc File Info Example

Big DataColumnar StorageCompressionFile FormatHadoopApacheOpen Source

Apache Orc File Info 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

pathsizerowCountstripes

Example Payload

Raw ↑
{
  "path": "example",
  "size": 1234,
  "rowCount": 1234,
  "stripes": 1234
}