| Modifier and Type | Class and Description |
|---|---|
class |
ScanBatch
Record batch used for a particular scan.
|
class |
WriterRecordBatch |
| Modifier and Type | Method and Description |
|---|---|
CloseableRecordBatch |
BatchCreator.getBatch(FragmentContext context,
T config,
List<RecordBatch> children) |
| Modifier and Type | Class and Description |
|---|---|
class |
HashAggBatch |
class |
SpilledRecordbatch
A class to replace "incoming" - instead scanning a spilled partition file
|
class |
StreamingAggBatch |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterRecordBatch |
| Modifier and Type | Class and Description |
|---|---|
class |
FlattenRecordBatch |
| Modifier and Type | Class and Description |
|---|---|
class |
HashJoinBatch |
class |
MergeJoinBatch
A join operator merges two sorted streams using record iterator.
|
class |
NestedLoopJoinBatch |
| Modifier and Type | Class and Description |
|---|---|
class |
LimitRecordBatch |
| Modifier and Type | Class and Description |
|---|---|
class |
MergingRecordBatch
The MergingRecordBatch merges pre-sorted record batches from remote senders.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OrderedPartitionRecordBatch
The purpose of this operator is to generate an ordered partition, rather than a random hash partition.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProducerConsumerBatch |
| Modifier and Type | Class and Description |
|---|---|
class |
ProjectRecordBatch |
| Modifier and Type | Class and Description |
|---|---|
class |
SortBatch |
| Modifier and Type | Class and Description |
|---|---|
class |
RemovingRecordBatch |
| Modifier and Type | Class and Description |
|---|---|
class |
TopNBatch |
| Modifier and Type | Class and Description |
|---|---|
class |
TraceRecordBatch |
| Modifier and Type | Class and Description |
|---|---|
class |
UnionAllRecordBatch |
| Modifier and Type | Class and Description |
|---|---|
class |
UnorderedReceiverBatch |
| Modifier and Type | Class and Description |
|---|---|
class |
IteratorValidatorBatchIterator |
| Modifier and Type | Class and Description |
|---|---|
class |
WindowFrameRecordBatch
support for OVER(PARTITION BY expression1,expression2,...
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExternalSortBatch |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBinaryRecordBatch<T extends PhysicalOperator> |
class |
AbstractRecordBatch<T extends PhysicalOperator> |
class |
AbstractSingleRecordBatch<T extends PhysicalOperator> |
| Modifier and Type | Method and Description |
|---|---|
CloseableRecordBatch |
EasyReaderBatchCreator.getBatch(FragmentContext context,
EasySubScan config,
List<RecordBatch> children) |
CloseableRecordBatch |
EasyWriterBatchCreator.getBatch(FragmentContext context,
EasyWriter config,
List<RecordBatch> children) |
CloseableRecordBatch |
EasyFormatPlugin.getWriterBatch(FragmentContext context,
RecordBatch incoming,
EasyWriter writer) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.