Enum sea_query::func::Function [−][src]
pub enum Function {
Max,
Min,
Sum,
Avg,
Count,
IfNull,
CharLength,
Custom(DynIden),
}Expand description
Functions
Variants
Custom(DynIden)Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Functionimpl !UnwindSafe for FunctionBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V