Apache Pinot · Example Payload

Apache Pinot Field Spec Example

AnalyticsDatabaseLow LatencyOLAPReal-TimeApacheOpen Source

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

Top-level fields

namedataTypenotNull

Example Payload

Raw ↑
{
  "name": "example-name",
  "dataType": "INT",
  "notNull": true
}