ABS
ABS: "meta::pure::functions::math::abs"
AND
AND: "meta::pure::functions::boolean::and"
ASCENDING
ASCENDING: "meta::pure::functions::relation::ascending"
AVERAGE
AVERAGE: "meta::pure::functions::math::average"
CAST
CAST: "meta::pure::functions::lang::cast"
CONTAINS
CONTAINS: "meta::pure::functions::string::contains"
COUNT
COUNT: "meta::pure::functions::collection::count"
DESCENDING
DESCENDING: "meta::pure::functions::relation::descending"
DISTINCT
DISTINCT: "meta::pure::functions::collection::distinct"
ENDS_WITH
ENDS_WITH: "meta::pure::functions::string::endsWith"
EQUAL
EQUAL: "meta::pure::functions::boolean::equal"
EXTEND
EXTEND: "meta::pure::functions::relation::extend"
FILTER
FILTER: "meta::pure::functions::relation::filter"
FIRST
FIRST: "meta::pure::functions::collection::first"
FROM
FROM: "meta::pure::mapping::from"
GREATER_THAN
GREATER_THAN: "meta::pure::functions::boolean::greaterThan"
GREATER_THAN_OR_EQUAL
GREATER_THAN_OR_EQUAL: "meta::pure::functions::boolean::greaterThanEqual"
GROUP_BY
GROUP_BY: "meta::pure::functions::relation::groupBy"
IN
IN: "meta::pure::functions::collection::in"
IS_EMPTY
IS_EMPTY: "meta::pure::functions::collection::isEmpty"
JOIN_STRINGS
JOIN_STRINGS: "meta::pure::functions::string::joinStrings"
LAST
LAST: "meta::pure::functions::collection::last"
LESS_THAN
LESS_THAN: "meta::pure::functions::boolean::lessThan"
LESS_THAN_OR_EQUAL
LESS_THAN_OR_EQUAL: "meta::pure::functions::boolean::lessThanEqual"
LIMIT
LIMIT: "meta::pure::functions::relation::limit"
MAX
MAX: "meta::pure::functions::collection::max"
MIN
MIN: "meta::pure::functions::collection::min"
NOT
NOT: "meta::pure::functions::boolean::not"
OR
OR: "meta::pure::functions::boolean::or"
PIVOT
PIVOT: "meta::pure::functions::relation::pivot"
SELECT
SELECT: "meta::pure::functions::relation::select"
SLICE
SLICE: "meta::pure::functions::relation::slice"
SORT
SORT: "meta::pure::functions::relation::sort"
STANDARD_DEVIATION_POPULATION
STANDARD_DEVIATION_POPULATION: "meta::pure::functions::math::stdDevPopulation"
STANDARD_DEVIATION_SAMPLE
STANDARD_DEVIATION_SAMPLE: "meta::pure::functions::math::stdDevSample"
STARTS_WITH
STARTS_WITH: "meta::pure::functions::string::startsWith"
SUM
SUM: "meta::pure::functions::math::sum"
TO_LOWERCASE
TO_LOWERCASE: "meta::pure::functions::string::toLower"
UNIQUE_VALUE_ONLY
UNIQUE_VALUE_ONLY: "meta::pure::functions::collection::uniqueValueOnly"
VARIANCE_POPULATION
VARIANCE_POPULATION: "meta::pure::functions::math::variancePopulation"
VARIANCE_SAMPLE
VARIANCE_SAMPLE: "meta::pure::functions::math::varianceSample"