| Modifier and Type | Method and Description |
|---|---|
RecordBatch.IterOutcome |
WriterRecordBatch.innerNext() |
RecordBatch.IterOutcome |
ScanBatch.next() |
RecordBatch.IterOutcome |
BaseRootExec.next(RecordBatch b) |
| Modifier and Type | Method and Description |
|---|---|
RecordBatch.IterOutcome |
StreamingAggregator.getOutcome() |
RecordBatch.IterOutcome |
StreamingAggTemplate.getOutcome() |
RecordBatch.IterOutcome |
HashAggregator.getOutcome() |
RecordBatch.IterOutcome |
HashAggTemplate.getOutcome() |
RecordBatch.IterOutcome |
StreamingAggBatch.innerNext() |
RecordBatch.IterOutcome |
HashAggBatch.innerNext() |
RecordBatch.IterOutcome |
SpilledRecordbatch.next()
Read the next batch from the spill file
|
RecordBatch.IterOutcome |
BatchIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
protected RecordBatch.IterOutcome |
FilterRecordBatch.doWork() |
| Modifier and Type | Method and Description |
|---|---|
protected RecordBatch.IterOutcome |
FlattenRecordBatch.doWork() |
RecordBatch.IterOutcome |
FlattenRecordBatch.innerNext() |
| Modifier and Type | Method and Description |
|---|---|
RecordBatch.IterOutcome |
JoinStatus.getLeftStatus() |
RecordBatch.IterOutcome |
JoinStatus.getRightStatus() |
RecordBatch.IterOutcome |
NestedLoopJoinBatch.innerNext()
Method drains the right side input of the NLJ and accumulates the data
in a hyper container.
|
RecordBatch.IterOutcome |
MergeJoinBatch.innerNext() |
RecordBatch.IterOutcome |
HashJoinBatch.innerNext() |
| Modifier and Type | Method and Description |
|---|---|
protected RecordBatch.IterOutcome |
LimitRecordBatch.doWork() |
RecordBatch.IterOutcome |
LimitRecordBatch.innerNext() |
| Modifier and Type | Method and Description |
|---|---|
RecordBatch.IterOutcome |
MergingRecordBatch.innerNext() |
| Modifier and Type | Method and Description |
|---|---|
RecordBatch.IterOutcome |
OrderedPartitionRecordBatch.innerNext() |
| Modifier and Type | Method and Description |
|---|---|
RecordBatch.IterOutcome |
ProducerConsumerBatch.innerNext() |
| Modifier and Type | Method and Description |
|---|---|
protected RecordBatch.IterOutcome |
ProjectRecordBatch.doWork() |
protected RecordBatch.IterOutcome |
ProjectRecordBatch.handleNullInput()
Handle Null input specially when Project operator is for query output.
|
RecordBatch.IterOutcome |
ProjectRecordBatch.innerNext() |
| Modifier and Type | Method and Description |
|---|---|
RecordBatch.IterOutcome |
SortBatch.innerNext() |
| Modifier and Type | Method and Description |
|---|---|
protected RecordBatch.IterOutcome |
RemovingRecordBatch.doWork() |
RecordBatch.IterOutcome |
RemovingRecordBatch.innerNext() |
| Modifier and Type | Method and Description |
|---|---|
RecordBatch.IterOutcome |
TopNBatch.innerNext() |
| Modifier and Type | Method and Description |
|---|---|
protected RecordBatch.IterOutcome |
TraceRecordBatch.doWork()
Function is invoked for every record batch and it simply dumps the buffers associated with all the value vectors in
this record batch to a log file.
|
| Modifier and Type | Method and Description |
|---|---|
RecordBatch.IterOutcome |
UnionAllRecordBatch.innerNext() |
| Modifier and Type | Method and Description |
|---|---|
RecordBatch.IterOutcome |
UnorderedReceiverBatch.next() |
| Modifier and Type | Method and Description |
|---|---|
RecordBatch.IterOutcome |
IteratorValidatorBatchIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
RecordBatch.IterOutcome |
WindowFrameRecordBatch.innerNext()
Hold incoming batches in memory until all window functions are ready to process the batch on top of the queue
|
| Modifier and Type | Method and Description |
|---|---|
RecordBatch.IterOutcome |
ExternalSortBatch.innerNext() |
| Modifier and Type | Method and Description |
|---|---|
RecordBatch.IterOutcome |
ExternalSortBatch.innerNext()
Process each request for a batch.
|
| Modifier and Type | Field and Description |
|---|---|
protected RecordBatch.IterOutcome |
AbstractBinaryRecordBatch.leftUpstream |
protected RecordBatch.IterOutcome |
AbstractBinaryRecordBatch.rightUpstream |
| Modifier and Type | Method and Description |
|---|---|
protected abstract RecordBatch.IterOutcome |
AbstractSingleRecordBatch.doWork() |
RecordBatch.IterOutcome |
RecordIterator.getLastOutcome() |
protected RecordBatch.IterOutcome |
AbstractSingleRecordBatch.handleNullInput()
Default behavior to handle NULL input (aka FAST NONE): incoming return NONE before return a OK_NEW_SCHEMA:
This could happen when the underneath Scan operators do not produce any batch with schema.
|
RecordBatch.IterOutcome |
AbstractSingleRecordBatch.innerNext() |
abstract RecordBatch.IterOutcome |
AbstractRecordBatch.innerNext() |
RecordBatch.IterOutcome |
SimpleRecordBatch.next() |
RecordBatch.IterOutcome |
RecordIterator.next()
Move iterator to next record.
|
RecordBatch.IterOutcome |
RecordBatch.next()
Updates the data in each Field reading interface for the next range of
records.
|
RecordBatch.IterOutcome |
AbstractRecordBatch.next() |
RecordBatch.IterOutcome |
AbstractRecordBatch.next(int inputIndex,
RecordBatch b) |
RecordBatch.IterOutcome |
AbstractRecordBatch.next(RecordBatch b) |
static RecordBatch.IterOutcome |
RecordBatch.IterOutcome.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordBatch.IterOutcome[] |
RecordBatch.IterOutcome.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.