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ยง
- AggExecutor
Args - Arguments needed to construct an
XxxAggExecutor
. - Hash
AggExecutor HashAggExecutor
could process large amounts of data using a state backend. It works as follows:- Hash
AggExecutor Extra Args - Extra arguments needed to construct an
HashAggExecutor
. - Simple
AggExecutor SimpleAggExecutor
is the aggregation operator for streaming system. To create an aggregation operator, states and expressions should be passed along the constructor.- Simple
AggExecutor Extra Args - Stateless
Simple AggExecutor
Enumsยง
- AggState
Storage - Represents the persistent storage of aggregation state.
Traitsยง
Functionsยง
- agg_
call_ ๐filter_ res - iter_
table_ ๐storage