| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec.vector | |
| org.apache.hadoop.hive.ql.exec.vector.expressions |
| Modifier and Type | Method and Description |
|---|---|
List<ConstantVectorExpression> |
VectorAggregationDesc.getConstants() |
| Modifier and Type | Method and Description |
|---|---|
VectorAggregationDesc.VectorAggregationDescBuilder |
VectorAggregationDesc.VectorAggregationDescBuilder.constants(List<ConstantVectorExpression> constants) |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterConstantBooleanVectorExpression |
| Modifier and Type | Method and Description |
|---|---|
static ConstantVectorExpression |
ConstantVectorExpression.create(int outputColumnNum,
Object constantValue,
TypeInfo outputTypeInfo) |
static ConstantVectorExpression |
ConstantVectorExpression.createStruct(int outputColumnNum,
Object value,
TypeInfo outputTypeInfo) |
| Constructor and Description |
|---|
ScalarNullAndCol(ConstantVectorExpression expression,
int colNum,
int outputColumnNum) |
ScalarNullOrCol(ConstantVectorExpression expression,
int colNum,
int outputColumnNum) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.