Skip to main content

Module function

Module function 

Source
Expand description

Expression functions, one module per family.

The families follow the engine’s own grouping: ArrayFunction, NumericFunction, PropertyFunction, StringFunction, SwitchingFunction, TimeFunction and OtherFunction.

These are names, not behavior. What each function computes belongs to the engine’s documentation, not to this crate.

Re-exports§

pub use array::ArrayFunction;
pub use numeric::NumericFunction;
pub use other::OtherFunction;
pub use property::PropertyFunction;
pub use string::StringFunction;
pub use switching::SwitchingFunction;
pub use time::TimeFunction;

Modules§

array
Array expression functions.
numeric
Numeric expression functions.
other
Other expression functions.
property
Property expression functions.
string
String expression functions.
switching
Switching expression functions.
time
Time expression functions.