English
Data Type Introduction
About 158 wordsLess than 1 minute
2026-01-09
Supported data types in custom functions include:
Integer - Integer type, values must be whole numbers
String - String type, enclosed in
""when usedBigDecimal - Numeric type
Boolean - Boolean type, values can only be
trueorfalseDate - Date type, formatted as
YYYY-MM-DD, enclosed in""when usedTime - Time type, formatted as
hh:mm, enclosed in""when usedDateTime - Date type (specific), formatted as
YYYY-MM-DD hh:mm, enclosed in""when usedList - Collection type, enclosed in
[]when used, with elements separated by,Map - Collection type, enclosed in
[]when used, with elements separated by,and stored askey:valuepairsDuration - No creation interface, returned when Integer type data calls date type data
QueryResult - No creation interface, returned in object query APIs
HttpResult - No creation interface, returned in HTTP API interfaces
Range - Used for loop logic
