| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec.vector | |
| org.apache.hadoop.hive.ql.exec.vector.expressions |
| Modifier and Type | Method and Description |
|---|---|
static VectorExpressionDescriptor.ArgumentType |
VectorExpressionDescriptor.ArgumentType.fromHiveTypeName(String hiveTypeName) |
static VectorExpressionDescriptor.ArgumentType |
VectorExpressionDescriptor.ArgumentType.getType(String inType) |
static VectorExpressionDescriptor.ArgumentType |
VectorExpressionDescriptor.ArgumentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VectorExpressionDescriptor.ArgumentType[] |
VectorExpressionDescriptor.ArgumentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
VectorExpressionDescriptor.ArgumentType.isSameTypeOrFamily(VectorExpressionDescriptor.ArgumentType other) |
VectorExpressionDescriptor.Builder |
VectorExpressionDescriptor.Builder.setArgumentType(int index,
VectorExpressionDescriptor.ArgumentType type) |
VectorExpressionDescriptor.Builder |
VectorExpressionDescriptor.Builder.setArgumentTypes(VectorExpressionDescriptor.ArgumentType... types) |
| Modifier and Type | Method and Description |
|---|---|
protected VectorExpressionDescriptor.ArgumentType |
FuncDateToDate.getInputColumnType() |
protected VectorExpressionDescriptor.ArgumentType |
FuncTimestampToTimestamp.getInputColumnType() |
protected VectorExpressionDescriptor.ArgumentType |
TruncDecimal.getInputColumnType() |
protected VectorExpressionDescriptor.ArgumentType |
TruncDateFromDate.getInputColumnType() |
protected VectorExpressionDescriptor.ArgumentType |
TruncDateFromString.getInputColumnType() |
protected VectorExpressionDescriptor.ArgumentType |
TruncFloat.getInputColumnType() |
protected VectorExpressionDescriptor.ArgumentType |
TruncDateFromTimestamp.getInputColumnType() |
Copyright © 2024 The Apache Software Foundation. All rights reserved.