VectorAggregationDesc.VectorAggregationDescBuilder |
VectorAggregationDesc.VectorAggregationDescBuilder.aggregationName(String aggregationName) |
VectorAggregationDesc.VectorAggregationDescBuilder |
VectorAggregationDesc.VectorAggregationDescBuilder.constants(List<ConstantVectorExpression> constants) |
VectorAggregationDesc.VectorAggregationDescBuilder |
VectorAggregationDesc.VectorAggregationDescBuilder.evaluator(GenericUDAFEvaluator evaluator) |
VectorAggregationDesc.VectorAggregationDescBuilder |
VectorAggregationDesc.VectorAggregationDescBuilder.inputColVectorType(ColumnVector.Type inputColVectorType) |
VectorAggregationDesc.VectorAggregationDescBuilder |
VectorAggregationDesc.VectorAggregationDescBuilder.inputExpression(VectorExpression inputExpression) |
VectorAggregationDesc.VectorAggregationDescBuilder |
VectorAggregationDesc.VectorAggregationDescBuilder.inputTypeInfo(TypeInfo inputTypeInfo) |
VectorAggregationDesc.VectorAggregationDescBuilder |
VectorAggregationDesc.VectorAggregationDescBuilder.outputColVectorType(ColumnVector.Type outputColVectorType) |
VectorAggregationDesc.VectorAggregationDescBuilder |
VectorAggregationDesc.VectorAggregationDescBuilder.outputTypeInfo(TypeInfo outputTypeInfo) |
VectorAggregationDesc.VectorAggregationDescBuilder |
VectorAggregationDesc.VectorAggregationDescBuilder.udafEvaluatorMode(GenericUDAFEvaluator.Mode udafEvaluatorMode) |
VectorAggregationDesc.VectorAggregationDescBuilder |
VectorAggregationDesc.VectorAggregationDescBuilder.vectorAggregationClass(Class<? extends VectorAggregateExpression> vecAggrClass) |