| Class | Description |
|---|---|
| AbstractHashTableProber<PT,BT> | |
| AbstractMutableHashTable<T> | |
| BuildFirstHashMatchIterator<V1,V2,O> |
An implementation of the
JoinTaskIterator that uses a hybrid-hash-join
internally to match the records with equal key. |
| BuildFirstReOpenableHashMatchIterator<V1,V2,O> | |
| BuildSecondHashMatchIterator<V1,V2,O> |
An implementation of the
JoinTaskIterator that uses a hybrid-hash-join
internally to match the records with equal key. |
| BuildSecondReOpenableHashMatchIterator<V1,V2,O> | |
| CompactingHashTable<T> |
An implementation of an in-memory Hash Table for variable-length records.
|
| HashPartition<BT,PT> | |
| HashPartition.BuildSideBuffer<BT> | |
| InMemoryPartition<T> |
In-memory partition with overflow buckets for
CompactingHashTable |
| MutableHashTable<BT,PT> |
An implementation of a Hybrid Hash Join.
|
| MutableHashTable.HashBucketIterator<BT,PT> | |
| MutableHashTable.ProbeIterator<PT> | |
| ReOpenableHashPartition<BT,PT> | |
| ReOpenableMutableHashTable<BT,PT> |
Copyright © 2014 The Apache Software Foundation. All rights reserved.