Enum espr::ast::BuiltInFunction [−][src]
pub enum BuiltInFunction {
Show 29 variants
ABS,
ACOS,
ASIN,
ATAN,
BLENGTH,
COS,
EXISTS,
EXP,
FORMAT,
HIBOUND,
HIINDEX,
LENGTH,
LOBOUND,
LOINDEX,
LOG,
LOG2,
LOG10,
NVL,
ODD,
ROLESOF,
SIN,
SIZEOF,
SQRT,
TAN,
TYPEOF,
USEDIN,
VALUE,
VALUE_IN,
VALUE_UNIQUE,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BuiltInFunction
impl Send for BuiltInFunction
impl Sync for BuiltInFunction
impl Unpin for BuiltInFunction
impl UnwindSafe for BuiltInFunction
Blanket Implementations
Mutably borrows from an owned value. Read more