ArrayAppendFunction |
Implementation of BuiltInFunctionDefinitions.ARRAY_APPEND .
|
ArrayConcatFunction |
Implementation of BuiltInFunctionDefinitions.ARRAY_CONCAT .
|
ArrayContainsFunction |
Implementation of BuiltInFunctionDefinitions.ARRAY_CONTAINS .
|
ArrayDistinctFunction |
Implementation of BuiltInFunctionDefinitions.ARRAY_DISTINCT .
|
ArrayExceptFunction |
Implementation of BuiltInFunctionDefinitions.ARRAY_EXCEPT .
|
ArrayIntersectFunction |
Implementation of BuiltInFunctionDefinitions.ARRAY_INTERSECT .
|
ArrayJoinFunction |
Implementation of BuiltInFunctionDefinitions.ARRAY_JOIN .
|
ArrayMaxFunction |
Implementation of BuiltInFunctionDefinitions.ARRAY_MAX .
|
ArrayMinFunction |
Implementation of BuiltInFunctionDefinitions.ARRAY_MIN .
|
ArrayPositionFunction |
Implementation of BuiltInFunctionDefinitions.ARRAY_POSITION .
|
ArrayPrependFunction |
Implementation of BuiltInFunctionDefinitions.ARRAY_PREPEND .
|
ArrayRemoveFunction |
Implementation of BuiltInFunctionDefinitions.ARRAY_REMOVE .
|
ArrayReverseFunction |
Implementation of BuiltInFunctionDefinitions.ARRAY_REVERSE .
|
ArraySliceFunction |
Implementation of BuiltInFunctionDefinitions.ARRAY_SLICE .
|
ArraySortFunction |
Implementation of ARRAY_SORT function.
|
ArrayUnionFunction |
Implementation of BuiltInFunctionDefinitions.ARRAY_UNION .
|
BTrimFunction |
Implementation of BuiltInFunctionDefinitions.BTRIM .
|
BuiltInScalarFunction |
Base class for runtime implementation represented as ScalarFunction that is constructed
from BuiltInFunctionDefinition.specialize(SpecializedContext) .
|
CoalesceFunction |
Implementation of BuiltInFunctionDefinitions.COALESCE .
|
EltFunction |
Implementation of BuiltInFunctionDefinitions.ELT .
|
EndsWithFunction |
Implementation of BuiltInFunctionDefinitions.ENDS_WITH .
|
IfNullFunction |
Implementation of BuiltInFunctionDefinitions.IF_NULL .
|
JsonQuoteFunction |
Implementation of BuiltInFunctionDefinitions.JSON_QUOTE .
|
JsonUnquoteFunction |
Implementation of BuiltInFunctionDefinitions.JSON_UNQUOTE .
|
MapEntriesFunction |
Implementation of BuiltInFunctionDefinitions.MAP_ENTRIES .
|
MapFromArraysFunction |
Implementation of BuiltInFunctionDefinitions.MAP_FROM_ARRAYS .
|
MapKeysFunction |
Implementation of BuiltInFunctionDefinitions.MAP_KEYS .
|
MapUnionFunction |
Implementation of BuiltInFunctionDefinitions.MAP_UNION .
|
MapValuesFunction |
Implementation of BuiltInFunctionDefinitions.MAP_VALUES .
|
PrintfFunction |
Implementation of BuiltInFunctionDefinitions.PRINTF .
|
RegexpCountFunction |
Implementation of BuiltInFunctionDefinitions.REGEXP_COUNT .
|
RegexpExtractAllFunction |
Implementation of BuiltInFunctionDefinitions.REGEXP_EXTRACT_ALL .
|
RegexpInstrFunction |
Implementation of BuiltInFunctionDefinitions.REGEXP_INSTR .
|
RegexpSubstrFunction |
Implementation of BuiltInFunctionDefinitions.REGEXP_SUBSTR .
|
SourceWatermarkFunction |
Implementation of BuiltInFunctionDefinitions.SOURCE_WATERMARK .
|
SplitFunction |
Implementation of BuiltInFunctionDefinitions.SPLIT .
|
StartsWithFunction |
Implementation of BuiltInFunctionDefinitions.STARTS_WITH .
|
ToTimestampLtzFunction |
Implementation of BuiltInFunctionDefinitions.TO_TIMESTAMP_LTZ .
|
TranslateFunction |
Implementation of BuiltInFunctionDefinitions.TRANSLATE .
|
TypeOfFunction |
Implementation of BuiltInFunctionDefinitions.TYPE_OF .
|
UnhexFunction |
Implementation of BuiltInFunctionDefinitions.UNHEX .
|
UrlDecodeFunction |
Implementation of BuiltInFunctionDefinitions.URL_DECODE .
|
UrlEncodeFunction |
Implementation of BuiltInFunctionDefinitions.URL_ENCODE .
|