| Package | Description |
|---|---|
| org.apache.drill.exec.physical.impl.aggregate | |
| org.apache.drill.exec.physical.impl.common | |
| org.apache.drill.exec.physical.impl.partitionsender |
| Modifier and Type | Method and Description |
|---|---|
void |
HashAggTemplate.BatchHolder.outputRecordValues(int htRowIdx,
int outRowIdx) |
void |
HashAggTemplate.BatchHolder.setupInterior(RecordBatch incoming,
RecordBatch outgoing,
VectorContainer aggrValuesContainer) |
void |
HashAggTemplate.BatchHolder.updateAggrValuesInternal(int incomingRowIdx,
int htRowIdx) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
HashTableTemplate.BatchHolder.isKeyMatchInternalBuild(int incomingRowIdx,
int htRowIdx) |
protected boolean |
HashTableTemplate.BatchHolder.isKeyMatchInternalProbe(int incomingRowIdx,
int htRowIdx) |
protected void |
HashTableTemplate.BatchHolder.outputRecordKeys(int htRowIdx,
int outRowIdx) |
protected void |
HashTableTemplate.BatchHolder.setupInterior(RecordBatch incomingBuild,
RecordBatch incomingProbe,
RecordBatch outgoing,
VectorContainer htContainer) |
protected void |
HashTableTemplate.BatchHolder.setValue(int incomingRowIdx,
int htRowIdx) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PartitionerTemplate.OutgoingRecordBatch.doEval(int inIndex,
int outIndex) |
protected void |
PartitionerTemplate.OutgoingRecordBatch.doSetup(RecordBatch incoming,
VectorAccessible outgoing) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.