Function

Type Alias Function 

Source
pub type Function = Func;
👎Deprecated since 1.0.0: use Func instead
Expand description

Type alias of Func for compatibility. Previously, Func is a namespace for building FunctionCall.

Aliased Type§

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),
}

Variants§

§

Max

§

Min

§

Sum

§

Avg

§

Abs

§

Count

§

IfNull

§

Greatest

§

Least

§

CharLength

§

Cast

§

Custom(DynIden)

§

Coalesce

§

Lower

§

Upper

§

BitAnd

§

BitOr

§

Random

§

Round

§

Md5

§

PgFunction(PgFunc)