Apache Pinot · Example Payload

Apache Pinot Data Schema Example

AnalyticsDatabaseLow LatencyOLAPReal-TimeApacheOpen Source

Apache Pinot Data Schema 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

columnNamescolumnDataTypes

Example Payload

Raw ↑
{
  "columnNames": [
    "example"
  ],
  "columnDataTypes": [
    "example"
  ]
}