Skip to main content

Module aggregation

Module aggregation 

Source
Expand description

§Watermark- and exactly-once-aware aggregation operators

Complements the wall-clock based aggregation in crate::processing::aggregation with operators that integrate with the operator-parallelism + checkpointing model:

Re-exports§

pub use exactly_once::ExactlyOnceAggregator;
pub use exactly_once::ExactlyOnceAggregatorConfig;
pub use exactly_once::ExactlyOnceAggregatorStats;
pub use exactly_once::PartitionAggregateState;
pub use exactly_once::PartitionAggregateValue;

Modules§

exactly_once
Exactly-once aggregation under operator parallelism.