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§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§