pub type AggResult = IndexMap<String, Value>;
Result type for aggregation outputs.
Maps aggregation names to their computed values.
pub struct AggResult { /* private fields */ }