Package | Description |
---|---|
org.apache.drill.exec.physical.base | |
org.apache.drill.exec.physical.config | |
org.apache.drill.exec.physical.impl.aggregate |
Modifier and Type | Method and Description |
---|---|
RETURN |
PhysicalVisitor.visitHashAggregate(HashAggregate agg,
EXTRA value) |
T |
AbstractPhysicalVisitor.visitHashAggregate(HashAggregate agg,
X value) |
Modifier and Type | Class and Description |
---|---|
class |
MetadataHashAggPOP |
Modifier and Type | Method and Description |
---|---|
HashAggBatch |
HashAggBatchCreator.getBatch(ExecutorFragmentContext context,
HashAggregate config,
List<RecordBatch> children) |
void |
HashAggregator.setup(HashAggregate hashAggrConfig,
HashTableConfig htConfig,
FragmentContext context,
OperatorContext oContext,
RecordBatch incoming,
HashAggBatch outgoing,
LogicalExpression[] valueExprs,
List<TypedFieldId> valueFieldIds,
ClassGenerator<?> cg,
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,
ClassGenerator<?> cg,
TypedFieldId[] groupByOutFieldIds,
VectorContainer outContainer,
int extraRowBytes) |
Constructor and Description |
---|
HashAggBatch(HashAggregate popConfig,
RecordBatch incoming,
FragmentContext context) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.