Function mz_compute::render::reduce::monoids::get_monoid
source ยท pub fn get_monoid(row: Row, func: &AggregateFunc) -> Option<ReductionMonoid>
Expand description
Get the correct monoid implementation for a given aggregation function. Note that all hierarchical aggregation functions need to supply a monoid implementation.