Enum sea_query::func::Function [−][src]
pub enum Function {
Max,
Min,
Sum,
Avg,
Count,
IfNull,
CharLength,
PgFunction(PgFunction),
Custom(DynIden),
}
Expand description
Functions
Variants
Tuple Fields of PgFunction
0: PgFunction
Tuple Fields of Custom
0: DynIden
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Function
impl !UnwindSafe for Function
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self