Apache ORC · JSON Structure

Apache Orc Stripe Info Structure

StripeInfo schema from Apache ORC

Type: object Properties: 4
Big DataColumnar StorageCompressionFile FormatHadoopApacheOpen Source

StripeInfo is a JSON Structure definition published by Apache ORC, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

stripeIndex offset length rowCount

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-orc/refs/heads/main/json-structure/apache-orc-stripe-info-structure.json",
  "description": "StripeInfo schema from Apache ORC",
  "type": "object",
  "properties": {
    "stripeIndex": {
      "type": "int32",
      "example": 0
    },
    "offset": {
      "type": "int32",
      "example": 3
    },
    "length": {
      "type": "int32",
      "example": 1048576
    },
    "rowCount": {
      "type": "int32",
      "example": 100000
    }
  },
  "name": "StripeInfo"
}