public class VectorAggregationDesc extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
VectorAggregationDesc.VectorAggregationDescBuilder |
| Constructor and Description |
|---|
VectorAggregationDesc() |
VectorAggregationDesc(String aggregationName,
GenericUDAFEvaluator evaluator,
GenericUDAFEvaluator.Mode udafEvaluatorMode,
TypeInfo inputTypeInfo,
ColumnVector.Type inputColVectorType,
VectorExpression inputExpression,
TypeInfo outputTypeInfo,
ColumnVector.Type outputColVectorType,
Class<? extends VectorAggregateExpression> vecAggrClass)
Deprecated.
use VectorAggregationDescBuilder
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAggregationName() |
List<ConstantVectorExpression> |
getConstants() |
GenericUDAFEvaluator |
getEvaluator() |
ColumnVector.Type |
getInputColVectorType() |
VectorExpression |
getInputExpression() |
TypeInfo |
getInputTypeInfo() |
ColumnVector.Type |
getOutputColVectorType() |
DataTypePhysicalVariation |
getOutputDataTypePhysicalVariation() |
TypeInfo |
getOutputTypeInfo() |
GenericUDAFEvaluator.Mode |
getUdafEvaluatorMode() |
Class<? extends VectorAggregateExpression> |
getVecAggrClass() |
String |
toString() |
public VectorAggregationDesc()
@Deprecated public VectorAggregationDesc(String aggregationName, GenericUDAFEvaluator evaluator, GenericUDAFEvaluator.Mode udafEvaluatorMode, TypeInfo inputTypeInfo, ColumnVector.Type inputColVectorType, VectorExpression inputExpression, TypeInfo outputTypeInfo, ColumnVector.Type outputColVectorType, Class<? extends VectorAggregateExpression> vecAggrClass)
public String getAggregationName()
public GenericUDAFEvaluator.Mode getUdafEvaluatorMode()
public TypeInfo getInputTypeInfo()
public ColumnVector.Type getInputColVectorType()
public VectorExpression getInputExpression()
public TypeInfo getOutputTypeInfo()
public ColumnVector.Type getOutputColVectorType()
public DataTypePhysicalVariation getOutputDataTypePhysicalVariation()
public GenericUDAFEvaluator getEvaluator()
public Class<? extends VectorAggregateExpression> getVecAggrClass()
public List<ConstantVectorExpression> getConstants()
Copyright © 2024 The Apache Software Foundation. All rights reserved.