Aggregation

Trait Aggregation 

Source
pub trait Aggregation: Send + Sync {
    // Required method
    fn aggregate(&self, events: &[StreamEvent]) -> AggregateResult;
}
Expand description

Trait for aggregation functions

Required Methods§

Implementors§