Query Response Format
Find Pinot query response format examples for selection, aggregation, and group by queries formatted in a SQL-like structure. Also find details about each field included in the Pinot broker query response.
To learn more about how a Pinot broker routes and processes queries, computes the query explain plan, and ways to optimize queries, see the following topics:
Query explain plans:
Standard-SQL response
The query response is returned in a SQL-like tabular structure from the standard-SQL endpoint.
Broker query response fields
Last updated