You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/11/19 00:52:58 UTC

[GitHub] [incubator-pinot] npawar opened a new pull request #4833: Use ResultTable for all queries

npawar opened a new pull request #4833: Use ResultTable for all queries
URL: https://github.com/apache/incubator-pinot/pull/4833
 
 
   We introduced a new data structure ResultTable - to represent the final results in a tabular sql-like structure. In previous PRs, we used the ResultTable for sql mode group by.
   This PR uses ResultTable for all queries. It is controlled by queryOption `responseFormat=sql`.
   
   In order to construct the final DataSchema for the ResultTable, It was necessary to introduce a new API `getFinalResultType` in the `AggregationFunction`.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org