| ArithmeticFunctions |
Arithmetic scalar functions.
|
| ArrayFunctions |
Inbuilt array scalar functions.
|
| ComparisonFunctions |
|
| DataTypeConversionFunctions |
Contains function to convert a datatype to another datatype.
|
| DateTimeConvert |
Equivalent to DateTimeConversionTransformFunction.
|
| DateTimeFunctions |
Inbuilt date time related transform functions
NOTE:
toEpochXXXBucket methods are only needed to convert from TimeFieldSpec to DateTimeFieldSpec, to
maintain the backward compatibility.
|
| HashFunctions |
Inbuilt Hash Transformation Functions
The functions can be used as UDFs in Query when added in the FunctionRegistry.
|
| JsonFunctions |
Inbuilt json related transform functions
An example DimFieldSpec that needs the toJsonMapStr function:
"dimFieldSpecs": [{
"name": "jsonMapStr",
"dataType": "STRING",
"transformFunction": "toJsonMapStr(jsonMap)"
}]
|
| ObjectFunctions |
|
| StringFunctions |
Inbuilt String Transformation Functions
The functions can be used as UDFs in Query when added in the FunctionRegistry.
|
| TrigonometricFunctions |
|