| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.parse.type |
| Modifier and Type | Method and Description |
|---|---|
List<FunctionHelper.FieldCollation> |
FunctionHelper.AggregateInfo.getCollation() |
| Modifier and Type | Method and Description |
|---|---|
FunctionHelper.AggregateInfo |
FunctionHelper.getAggregateFunctionInfo(boolean isDistinct,
boolean isAllColumns,
String aggregateName,
List<org.apache.calcite.rex.RexNode> aggregateParameters,
List<FunctionHelper.FieldCollation> fieldCollations)
Returns aggregation information based on given parameters.
|
FunctionHelper.AggregateInfo |
HiveFunctionHelper.getAggregateFunctionInfo(boolean isDistinct,
boolean isAllColumns,
String aggregateName,
List<org.apache.calcite.rex.RexNode> aggregateParameters,
List<FunctionHelper.FieldCollation> fieldCollations)
Returns aggregation information based on given parameters.
|
| Constructor and Description |
|---|
AggregateInfo(List<org.apache.calcite.rex.RexNode> parameters,
TypeInfo returnType,
String aggregateName,
boolean distinct,
List<FunctionHelper.FieldCollation> collation) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.