Functions§
- create_
agg_ state_ storage - Create state storage for the given agg call.
Should infer the schema in the same way as
LogicalAgg::infer_stream_agg_state
. - create_
intermediate_ state_ table - Create intermediate state table for agg executor.
- generate_
agg_ schema - Generate aggExecuter’s schema from
input
,agg_calls
andgroup_key_indices
. Forcrate::executor::aggregate::HashAggExecutor
, the group key indices should be provided. - new_
boxed_ hash_ agg_ executor - NOTE(kwannoel): This should only be used by
test
orbench
. - new_
boxed_ simple_ agg_ executor