pub enum AggregateFunction {
Show 19 variants
Average,
Count,
CountA,
Max,
Min,
Product,
StDevS,
StDevP,
Sum,
VarS,
VarP,
Median,
ModeSngl,
Large,
Small,
PercentileInc,
QuartileInc,
PercentileExc,
QuartileExc,
}Expand description
Parameter for AGGREGATE().
Variants§
Average
Count
CountA
Max
Min
Product
StDevS
StDevP
Sum
VarS
VarP
Median
ModeSngl
Large
Small
PercentileInc
QuartileInc
PercentileExc
QuartileExc
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AggregateFunction
impl RefUnwindSafe for AggregateFunction
impl Send for AggregateFunction
impl Sync for AggregateFunction
impl Unpin for AggregateFunction
impl UnsafeUnpin for AggregateFunction
impl UnwindSafe for AggregateFunction
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more