Apache ORC · Example Payload

Apache Orc Stripe Info Example

Big DataColumnar StorageCompressionFile FormatHadoopApacheOpen Source

Apache Orc Stripe 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

stripeIndexoffsetlengthrowCount

Example Payload

Raw ↑
{
  "stripeIndex": 1234,
  "offset": 1234,
  "length": 1234,
  "rowCount": 1234
}