pub type Function = Func;
Func
Type alias of Func for compatibility. Previously, Func is a namespace for building FunctionCall.
FunctionCall
pub enum Function { Show 21 variants Max, Min, Sum, Avg, Abs, Count, IfNull, Greatest, Least, CharLength, Cast, Custom(DynIden), Coalesce, Lower, Upper, BitAnd, BitOr, Random, Round, Md5, PgFunction(PgFunc), }