Apache Pinot · Example Payload

Apache Pinot Sql Query Response Example

AnalyticsDatabaseLow LatencyOLAPReal-TimeApacheOpen Source

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

Top-level fields

resultTablenumDocsScannedtotalDocstimeUsedMsnumServersQueriednumServersResponded

Example Payload

Raw ↑
{
  "resultTable": {},
  "numDocsScanned": 1234,
  "totalDocs": 1234,
  "timeUsedMs": 1234,
  "numServersQueried": 1234,
  "numServersResponded": 1234
}