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_callsandgroup_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 testorbench.
- new_boxed_ simple_ agg_ executor