| 类 | 说明 |
|---|---|
| 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. |
| BuiltInScalarFunction |
Base class for runtime implementation represented as
ScalarFunction that is constructed
from SpecializedFunction.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. |
| MapUnionFunction |
Implementation of
BuiltInFunctionDefinitions.MAP_UNION. |
| MapValuesFunction |
Implementation of
BuiltInFunctionDefinitions.MAP_VALUES. |
| SourceWatermarkFunction |
Implementation of
BuiltInFunctionDefinitions.SOURCE_WATERMARK. |
| SplitFunction |
Implementation of
BuiltInFunctionDefinitions.SPLIT. |
| TypeOfFunction |
Implementation of
BuiltInFunctionDefinitions.TYPE_OF. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.