Class | Description |
---|---|
BaseHybridHashTable |
Base table for
LongHybridHashTable and BinaryHashTable . |
BinaryHashBucketArea |
Bucket area for hash table.
|
BinaryHashPartition |
A partition.
|
BinaryHashPartition.BuildSideBuffer |
Build side buffer.
|
BinaryHashTable |
An implementation of a Hybrid Hash Join.
|
BuildSideIterator |
Iterate all the elements in memory which has not been(or has been) probed during probe phase.
|
BuildSideIterator.BucketIterator |
Partition bucket iterator.
|
LongHashPartition |
Partition for
LongHybridHashTable . |
LongHybridHashTable |
Special optimized hashTable with key long.
|
LookupBucketIterator |
Build iterator from bucket to match probe row.
|
ProbeIterator |
Probe iterator from probe or spilled partition.
|
WrappedRowIterator<T extends RowData> |
Wrap
MutableObjectIterator to java RowIterator . |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.