Modifier and Type | Method and Description |
---|---|
VectorAggregateExpression |
VectorizationContext.getAggregatorExpression(AggregationDesc desc,
boolean isReduce) |
Modifier and Type | Method and Description |
---|---|
void |
VectorUDAFSumDecimal.init(AggregationDesc desc) |
void |
VectorUDAFCountStar.init(AggregationDesc desc) |
void |
VectorUDAFCountMerge.init(AggregationDesc desc) |
void |
VectorUDAFCount.init(AggregationDesc desc) |
void |
VectorUDAFAvgDecimal.init(AggregationDesc desc) |
abstract void |
VectorAggregateExpression.init(AggregationDesc desc) |
Modifier and Type | Method and Description |
---|---|
void |
VectorUDAFVarSampLong.init(AggregationDesc desc) |
void |
VectorUDAFVarSampDouble.init(AggregationDesc desc) |
void |
VectorUDAFVarSampDecimal.init(AggregationDesc desc) |
void |
VectorUDAFVarPopLong.init(AggregationDesc desc) |
void |
VectorUDAFVarPopDouble.init(AggregationDesc desc) |
void |
VectorUDAFVarPopDecimal.init(AggregationDesc desc) |
void |
VectorUDAFSumLong.init(AggregationDesc desc) |
void |
VectorUDAFSumDouble.init(AggregationDesc desc) |
void |
VectorUDAFStdSampLong.init(AggregationDesc desc) |
void |
VectorUDAFStdSampDouble.init(AggregationDesc desc) |
void |
VectorUDAFStdSampDecimal.init(AggregationDesc desc) |
void |
VectorUDAFStdPopLong.init(AggregationDesc desc) |
void |
VectorUDAFStdPopDouble.init(AggregationDesc desc) |
void |
VectorUDAFStdPopDecimal.init(AggregationDesc desc) |
void |
VectorUDAFMinString.init(AggregationDesc desc) |
void |
VectorUDAFMinLong.init(AggregationDesc desc) |
void |
VectorUDAFMinDouble.init(AggregationDesc desc) |
void |
VectorUDAFMinDecimal.init(AggregationDesc desc) |
void |
VectorUDAFMaxString.init(AggregationDesc desc) |
void |
VectorUDAFMaxLong.init(AggregationDesc desc) |
void |
VectorUDAFMaxDouble.init(AggregationDesc desc) |
void |
VectorUDAFMaxDecimal.init(AggregationDesc desc) |
void |
VectorUDAFAvgLong.init(AggregationDesc desc) |
void |
VectorUDAFAvgDouble.init(AggregationDesc desc) |
Modifier and Type | Method and Description |
---|---|
ArrayList<AggregationDesc> |
GroupByDesc.getAggregators() |
Modifier and Type | Method and Description |
---|---|
void |
GroupByDesc.setAggregators(ArrayList<AggregationDesc> aggregators) |
Constructor and Description |
---|
GroupByDesc(GroupByDesc.Mode mode,
ArrayList<String> outputColumnNames,
ArrayList<ExprNodeDesc> keys,
ArrayList<AggregationDesc> aggregators,
boolean bucketGroup,
float groupByMemoryUsage,
float memoryThreshold,
List<Integer> listGroupingSets,
boolean groupingSetsPresent,
int groupingSetsPosition,
boolean isDistinct) |
GroupByDesc(GroupByDesc.Mode mode,
ArrayList<String> outputColumnNames,
ArrayList<ExprNodeDesc> keys,
ArrayList<AggregationDesc> aggregators,
float groupByMemoryUsage,
float memoryThreshold,
List<Integer> listGroupingSets,
boolean groupingSetsPresent,
int groupingSetsPosition,
boolean isDistinct) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.