public static class VectorAggregationDesc.VectorAggregationDescBuilder extends Object
| Constructor and Description |
|---|
VectorAggregationDescBuilder() |
public VectorAggregationDesc.VectorAggregationDescBuilder aggregationName(String aggregationName)
public VectorAggregationDesc.VectorAggregationDescBuilder evaluator(GenericUDAFEvaluator evaluator)
public VectorAggregationDesc.VectorAggregationDescBuilder udafEvaluatorMode(GenericUDAFEvaluator.Mode udafEvaluatorMode)
public VectorAggregationDesc.VectorAggregationDescBuilder inputTypeInfo(TypeInfo inputTypeInfo)
public VectorAggregationDesc.VectorAggregationDescBuilder inputColVectorType(ColumnVector.Type inputColVectorType)
public VectorAggregationDesc.VectorAggregationDescBuilder inputExpression(VectorExpression inputExpression)
public VectorAggregationDesc.VectorAggregationDescBuilder outputTypeInfo(TypeInfo outputTypeInfo)
public VectorAggregationDesc.VectorAggregationDescBuilder outputColVectorType(ColumnVector.Type outputColVectorType)
public VectorAggregationDesc.VectorAggregationDescBuilder vectorAggregationClass(Class<? extends VectorAggregateExpression> vecAggrClass)
public VectorAggregationDesc.VectorAggregationDescBuilder constants(List<ConstantVectorExpression> constants)
public VectorAggregationDesc build()
Copyright © 2024 The Apache Software Foundation. All rights reserved.