| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec.vector | |
| org.apache.hadoop.hive.ql.plan |
| Modifier and Type | Method and Description |
|---|---|
AggregationDesc |
VectorAggregationDesc.getAggrDesc() |
| Constructor and Description |
|---|
VectorAggregationDesc(AggregationDesc aggrDesc,
GenericUDAFEvaluator evaluator,
TypeInfo inputTypeInfo,
org.apache.hadoop.hive.ql.exec.vector.ColumnVector.Type inputColVectorType,
VectorExpression inputExpression,
TypeInfo outputTypeInfo,
org.apache.hadoop.hive.ql.exec.vector.ColumnVector.Type outputColVectorType,
Class<? extends VectorAggregateExpression> vecAggrClass) |
| 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<Long> 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<Long> listGroupingSets,
boolean groupingSetsPresent,
int groupingSetsPosition,
boolean isDistinct) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.