| 43 | } |
| 44 | |
| 45 | bool isPartialOutput(core::AggregationNode::Step step) { |
| 46 | return step == core::AggregationNode::Step::kPartial || |
| 47 | step == core::AggregationNode::Step::kIntermediate; |
| 48 | } |
| 49 | |
| 50 | AggregateFunctionMap& aggregateFunctions() { |
| 51 | static AggregateFunctionMap functions; |
no outgoing calls