Skip to main content

CombineAggStatus

Trait CombineAggStatus 

Source
pub trait CombineAggStatus<Rhs> {
    type Output;
}
Expand description

Combine two aggregate statuses.

LeftRightOutput
AllScalarAllScalarAllScalar
AllAggAllAggAllAgg
anything else_MixedAgg

Required Associated Types§

Implementors§