Enum sea_query::func::Function [−][src]
pub enum Function {
Max,
Min,
Sum,
Avg,
Count,
IfNull,
CharLength,
Cast,
Custom(DynIden),
PgFunction(PgFunction),
}Expand description
Functions
Variants
Custom(DynIden)Tuple Fields of Custom
0: DynIdenPgFunction(PgFunction)This is supported on crate feature
backend-postgres only.Tuple Fields of PgFunction
0: PgFunctionTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Function
impl !UnwindSafe for Function
Blanket Implementations
Mutably borrows from an owned value. Read more