Improve AggFormula
performance by re-using GroupByChunkedOperator
rather than re-creating new operators.
#6363
Labels
Milestone
Initial provision is made to re-use a shared
GroupByChunkedOperator
inFormulaMultiColumnChunkedOperator
andFormulaChunkedOperator
but more work is needed before this can be fully used.AggregationOptimizer
to look forGroupByChunkedOperator
instances from group aggs or that may be created for other formulas.FormulaMultiColumnChunkedOperator
, we need to updateGroupByChunkedOperator
to keep two sets of output columns: public columns for requestedGroupBy
aggs and "hidden" ones only exposed to internal operators.The text was updated successfully, but these errors were encountered: