That is, the type of data that is supported in the custom function, including:
-
Integer - Integer type, the value can only be an integer
-
String - String type, encapsulated with "" when used
-
BigDecimal - Number type
-
Boolean - Boolean type, only true and false values
-
Date - the date type, the format is YYYY-MM-DD, and it is encapsulated with "" when used
-
Time - Time type, the format is hh:mm, and it is encapsulated with "" when used
-
DateTime - date type (specific), the format is YYYY-MM-DD hh:mm, encapsulated with "" when used
-
List - collection type, encapsulated with [ ] when used, and separated by , for the data in the middle
-
Map - collection type, encapsulated with [ ] when used, the data in the middle is separated by , and the data in the middle exists in the form of key:value key-value pairs
-
Duration- No creation interface, it will be returned when Integer type data calls date type data
-
QueryResult - no creation interface, it will be returned in the object query interface
-
HttpResult - no creation interface, it will be returned in the httpAPI interface
-
Range - for loop logic