| Modifier and Type | Class and Description |
|---|---|
class |
WriterRecordBatch |
| Modifier and Type | Class and Description |
|---|---|
class |
HashAggBatch |
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 |
WindowFrameRecordBatch
support for OVER(PARTITION BY expression1,expression2,...
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExternalSortBatch |
| Modifier and Type | Method and Description |
|---|---|
AbstractRecordBatch<ExternalSort> |
ExternalSortBatchCreator.getBatch(FragmentContext context,
ExternalSort config,
List<RecordBatch> children) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBinaryRecordBatch<T extends PhysicalOperator> |
class |
AbstractSingleRecordBatch<T extends PhysicalOperator> |
| Constructor and Description |
|---|
RecordIterator(RecordBatch incoming,
AbstractRecordBatch<?> outgoing,
OperatorContext oContext,
int inputIndex) |
RecordIterator(RecordBatch incoming,
AbstractRecordBatch<?> outgoing,
OperatorContext oContext,
int inputIndex,
boolean enableMarkAndReset) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.