| ArrayConcatFunction |
Implementation of BuiltInFunctionDefinitions.ARRAY_CONCAT.
|
| ArrayContainsFunction |
Implementation of BuiltInFunctionDefinitions.ARRAY_CONTAINS.
|
| ArrayDistinctFunction |
Implementation of BuiltInFunctionDefinitions.ARRAY_DISTINCT.
|
| ArrayJoinFunction |
Implementation of BuiltInFunctionDefinitions.ARRAY_JOIN.
|
| ArrayMaxFunction |
Implementation of BuiltInFunctionDefinitions.ARRAY_MAX.
|
| ArrayMinFunction |
Implementation of BuiltInFunctionDefinitions.ARRAY_MIN.
|
| ArrayPositionFunction |
Implementation of BuiltInFunctionDefinitions.ARRAY_POSITION.
|
| ArrayRemoveFunction |
Implementation of BuiltInFunctionDefinitions.ARRAY_REMOVE.
|
| ArrayReverseFunction |
Implementation of BuiltInFunctionDefinitions.ARRAY_REVERSE.
|
| ArraySliceFunction |
Implementation of BuiltInFunctionDefinitions.ARRAY_SLICE.
|
| ArrayUnionFunction |
Implementation of BuiltInFunctionDefinitions.ARRAY_UNION.
|
| BuiltInScalarFunction |
Base class for runtime implementation represented as ScalarFunction that is constructed
from BuiltInFunctionDefinition.specialize(SpecializedContext).
|
| CoalesceFunction |
Implementation of BuiltInFunctionDefinitions.COALESCE.
|
| IfNullFunction |
Implementation of BuiltInFunctionDefinitions.IF_NULL.
|
| MapEntriesFunction |
Implementation of BuiltInFunctionDefinitions.MAP_ENTRIES.
|
| MapFromArraysFunction |
Implementation of BuiltInFunctionDefinitions.MAP_FROM_ARRAYS.
|
| MapKeysFunction |
Implementation of BuiltInFunctionDefinitions.MAP_KEYS.
|
| MapValuesFunction |
Implementation of BuiltInFunctionDefinitions.MAP_VALUES.
|
| SourceWatermarkFunction |
Implementation of BuiltInFunctionDefinitions.SOURCE_WATERMARK.
|
| TypeOfFunction |
Implementation of BuiltInFunctionDefinitions.TYPE_OF.
|