pub type Function = Func;๐Deprecated since 1.0.0: use
Func insteadExpand description
Type alias of Func for compatibility.
Previously, Func is a namespace for building FunctionCall.
Aliased Typeยง
pub enum Function {
Show 20 variants
Max,
Min,
Sum,
Avg,
Abs,
Count,
IfNull,
Greatest,
Least,
CharLength,
Cast,
Custom(DynIden),
Coalesce,
Lower,
Upper,
BitAnd,
BitOr,
Random,
Round,
Md5,
}