Enum datafusion::physical_plan::aggregates::AggregateFunction [−][src]
pub enum AggregateFunction { Count, Sum, Min, Max, Avg, }
Expand description
Enum of all built-in scalar functions
Variants
count
sum
min
max
avg
Trait Implementations
type Err = DataFusionError
type Err = DataFusionError
The associated error which can be returned from parsing.
Auto Trait Implementations
impl RefUnwindSafe for AggregateFunction
impl Send for AggregateFunction
impl Sync for AggregateFunction
impl Unpin for AggregateFunction
impl UnwindSafe for AggregateFunction
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
type Output = T
type Output = T
Should always be Self