Una funzione può avere firme diverse (un diverso set di parametri ordinati). Una firma di funzione può avere espressioni 0-N come parametri ordinati.
<function name>
(<expression as param 1>
, <expression as param 2>
, … ,<expression as param N>
)
Ogni funzione ha un tipo restituito specifico.
Elenco delle funzioni supportate.
Categoria | Funzione |
---|---|
Adobe Experience Platform | inSegment |
Aggregazione | avg |
Aggregazione | count |
Aggregazione | countOnlyNull |
Aggregazione | countWithNull |
Aggregazione | distinctCount |
Aggregazione | distinctCountWithNull |
Aggregazione | max |
Aggregazione | min |
Aggregazione | sum |
Conversione | toBool |
Conversione | toDateOnly |
Conversione | toDateTime |
Conversione | toDateTimeOnly |
Conversione | toDecimal |
Conversione | toDuration |
Conversione | toInteger |
Conversione | toString |
Data | currentTimeInMillis |
Data | inLastDays |
Data | inLastHours |
Data | inLastMonths |
Data | inLastYears |
Data | inNextDays |
Data | inNextHours |
Data | inNextMonths |
Data | inNextYears |
Data | now |
Data | nowWithDelta |
Data | setHours |
Data | setDays |
Data | updateTimeZone |
Elenco | distinct |
Elenco | distinctWithNull |
Elenco | filter |
Elenco | getListItem |
Elenco | in |
Elenco | intersect |
Elenco | listSize |
Elenco | listSize |
Elenco | serializeList |
Elenco | sort |
Matematica | random |
Matematica | round |
Stringa | concat |
Stringa | contain |
Stringa | containIgnoreCase |
Stringa | endWith |
Stringa | endWithIgnoreCase |
Stringa | equalIgnoreCase |
Stringa | indexOf |
Stringa | isEmpty |
Stringa | isNotEmpty |
Stringa | lastIndexOf |
Stringa | lunghezza |
Stringa | Lower |
Stringa | matchRegExp |
Stringa | notEqualIgnoreCase |
Stringa | replace |
Stringa | replaceAll |
Stringa | startWith |
Stringa | startWithIgnoreCase |
Stringa | substr |
Stringa | trim |
Stringa | upper |
Stringa | uuid |