| Package | Description |
|---|---|
| org.apache.drill.exec.physical.impl.aggregate |
| Modifier and Type | Method and Description |
|---|---|
HashAggBatch |
HashAggBatchCreator.getBatch(FragmentContext context,
HashAggregate config,
List<RecordBatch> children) |
| Modifier and Type | Method and Description |
|---|---|
void |
HashAggregator.setup(HashAggregate hashAggrConfig,
HashTableConfig htConfig,
FragmentContext context,
OperatorContext oContext,
RecordBatch incoming,
HashAggBatch outgoing,
LogicalExpression[] valueExprs,
List<TypedFieldId> valueFieldIds,
TypedFieldId[] keyFieldIds,
VectorContainer outContainer,
int extraRowBytes) |
void |
HashAggTemplate.setup(HashAggregate hashAggrConfig,
HashTableConfig htConfig,
FragmentContext context,
OperatorContext oContext,
RecordBatch incoming,
HashAggBatch outgoing,
LogicalExpression[] valueExprs,
List<TypedFieldId> valueFieldIds,
TypedFieldId[] groupByOutFieldIds,
VectorContainer outContainer,
int extraRowBytes) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.