clintropolis opened a new pull request, #17058:
URL: https://github.com/apache/druid/pull/17058

   changes:
   * CursorHolder.isPreAggregated method indicates that a cursor has 
pre-aggregated data for all AggregatorFactory specified in a CursorBuildSpec. 
If true, engines should rewrite the query to use 
AggregatorFactory.getCombiningAggreggator, and column selector factories will 
provide selectors with the aggregator interediate type for the aggregator 
factory name
   * Added groupby, timeseries, and topN support for 
CursorHolder.isPreAggregated
   * Added synthetic test since no CursorHolder implementations support 
isPreAggregated at this point in time
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to