Enum datafusion::exec::AggregateType [−][src]
pub enum AggregateType { Min, Max, Sum, Count, Avg, }
Variants
Min
Max
Sum
Count
Avg
Auto Trait Implementations
impl Send for AggregateType
impl Send for AggregateType
impl Sync for AggregateType
impl Sync for AggregateType