Uses of Class
org.apache.drill.exec.physical.impl.common.ChainedHashTable
Package
Description
-
Uses of ChainedHashTable in org.apache.drill.exec.physical.impl.common
ModifierConstructorDescriptionHashPartition
(FragmentContext context, BufferAllocator allocator, ChainedHashTable baseHashTable, RecordBatch buildBatch, RecordBatch probeBatch, boolean semiJoin, int recordsPerBatch, SpillSet spillSet, int partNum, int cycleNum, int numPartitions) -
Uses of ChainedHashTable in org.apache.drill.exec.physical.impl.join
Modifier and TypeFieldDescriptionprotected ChainedHashTable
AbstractHashBinaryRecordBatch.baseHashTable
The master class used to generateHashTable
s.