Apache Pinot · Example Payload

Apache Pinot Result Table Example

AnalyticsDatabaseLow LatencyOLAPReal-TimeApacheOpen Source

Apache Pinot Result Table Example is an example object payload from Apache Pinot, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

dataSchemarows

Example Payload

Raw ↑
{
  "dataSchema": {},
  "rows": [
    [
      {}
    ]
  ]
}