Custom Functions
Generic functions
agg(
array)agg(
array).count():intagg(
array).sumBy(path):intagg(
array).findOneByEq(path, value):stringagg(
array).matchLabel(key, value):bool
ends_with(
string, endsWith):boolstarts_with(
string, startsWith):boollower(
string):string
Numeric functions
round_down(
value):intround_up(
value):int
Date functions
to_date(
string):datetimeday(
datetime):stringday_of_month(
datetime):intmonth(
datetime):stringis_after(valueDate, afterDate):
boolis_before(valueDate, beforeDate):
boolis_between(valueDate, beforeDate, afterDate):
boolis_not_between(valueDate, beforeDate, afterDate):
boolis_time_between(valueDate, beforeDate, afterDate):
booltimestamp(
datetime):intadd_days_to_date(
datetime, numberOfDays):datetimeadd_months_to_date(
datetime, numberOfMonths):datetimeadd_years_to_date(
datetime, numberOfYears):datetime(
datetime).setTime(HH, mm, ss):datetimewith time set in the function
To find out more, please refer to the articles below:
Expression ExamplesSample Use CasesLast updated
Was this helpful?

