Module aggregate

Source

Modulesยง

agg_group ๐Ÿ”’
agg_state ๐Ÿ”’
agg_state_cache ๐Ÿ”’
Object-safe version of StateCache for aggregation.
distinct ๐Ÿ”’
hash_agg ๐Ÿ”’
minput ๐Ÿ”’
simple_agg ๐Ÿ”’
stateless_simple_agg ๐Ÿ”’

Structsยง

AggExecutorArgs
Arguments needed to construct an XxxAggExecutor.
HashAggExecutor
HashAggExecutor could process large amounts of data using a state backend. It works as follows:
HashAggExecutorExtraArgs
Extra arguments needed to construct an HashAggExecutor.
SimpleAggExecutor
SimpleAggExecutor is the aggregation operator for streaming system. To create an aggregation operator, states and expressions should be passed along the constructor.
SimpleAggExecutorExtraArgs
StatelessSimpleAggExecutor

Enumsยง

AggStateStorage
Represents the persistent storage of aggregation state.

Traitsยง

AggExecutorExtraArgs

Functionsยง

agg_call_filter_res ๐Ÿ”’
iter_table_storage ๐Ÿ”’