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 20 variants Max, Min, Sum, Avg, Abs, Count, IfNull, Greatest, Least, CharLength, Cast, Custom(DynIden), Coalesce, Lower, Upper, BitAnd, BitOr, Random, Round, Md5,
}

Variantsยง

ยง

Max

ยง

Min

ยง

Sum

ยง

Avg

ยง

Abs

ยง

Count

ยง

IfNull

ยง

Greatest

ยง

Least

ยง

CharLength

ยง

Cast

ยง

Custom(DynIden)

ยง

Coalesce

ยง

Lower

ยง

Upper

ยง

BitAnd

ยง

BitOr

ยง

Random

ยง

Round

ยง

Md5