| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.plan |
| Modifier and Type | Field and Description |
|---|---|
static HashMap<String,VectorPTFDesc.SupportedFunctionType> |
VectorPTFDesc.supportedFunctionsMap |
| Modifier and Type | Method and Description |
|---|---|
static VectorPTFDesc.SupportedFunctionType |
VectorPTFDesc.SupportedFunctionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VectorPTFDesc.SupportedFunctionType[] |
VectorPTFDesc.SupportedFunctionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static VectorPTFEvaluatorBase |
VectorPTFDesc.getEvaluator(VectorPTFDesc.SupportedFunctionType functionType,
boolean isDistinct,
WindowFrameDef windowFrameDef,
ColumnVector.Type[] columnVectorTypes,
VectorExpression[] inputVectorExpressions,
int outputColumnNum) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.