함수

함수에는 서로 다른 서명(순서가 지정된 매개 변수의 다른 세트)이 있을 수 있습니다. 함수 시그니처에는 순서가 지정된 매개 변수로 0-N 표현식이 있을 수 있습니다.

<function name>(<expression as param 1>, <expression as param 2>, … ,<expression as param N>)

각 함수에는 특정 반환 유형이 있습니다.

다음은 지원되는 함수 목록입니다.

기본 함수

카테고리 함수
Adobe Experience Platform inSegment
집계 avg
집계 count
집계 countOnlyNull
집계 countWithNull
집계 distinctCount
집계 distinctCountWithNull
집계 max
집계 min
집계 sum
전환 toBool
전환 toDateOnly
전환 toDateTime
전환 toDateTimeOnly
전환 toDecimal
전환 toDuration
전환 toInteger
전환 toString
날짜 currentTimeInMillis
날짜 inLastDays
날짜 inLastHours
날짜 inLastMonths
날짜 inLastYears
날짜 inNextDays
날짜 inNextHours
날짜 inNextMonths
날짜 inNextYears
날짜 now
날짜 nowWithDelta
날짜 setHours
날짜 setDays
날짜 updateTimeZone
목록 distinct
목록 distinctWithNull
목록 filter
목록 getListItem
목록 in
목록 intersect
목록 listSize
목록 listSize
목록 serializeList
목록 sort
수학 random
수학 round
문자열 concat
문자열 contain
문자열 containIgnoreCase
문자열 endWith
문자열 endWithIgnoreCase
문자열 equalIgnoreCase
문자열 indexOf
문자열 isEmpty
문자열 isNotEmpty
문자열 lastIndexOf
문자열 length
문자열 lower
문자열 matchRegExp
문자열 notEqualIgnoreCase
문자열 replace
문자열 replaceAll
문자열 startWith
문자열 startWithIgnoreCase
문자열 substr
문자열 trim
문자열 upper
문자열 uuid

이 페이지에서는