Skip to main content

AggResult

Type Alias AggResult 

Source
pub type AggResult = IndexMap<String, Value>;
Expand description

Result type for aggregation outputs.

Maps aggregation names to their computed values.

Aliased Typeยง

pub struct AggResult { /* private fields */ }