Uses of Class
org.apache.drill.exec.physical.impl.common.HashTableConfig
Packages that use HashTableConfig
Package
Description
-
Uses of HashTableConfig in org.apache.drill.exec.physical.impl.aggregate
Methods in org.apache.drill.exec.physical.impl.aggregate with parameters of type HashTableConfigModifier and TypeMethodDescriptionvoid
HashAggregator.setup
(HashAggregate hashAggrConfig, HashTableConfig htConfig, FragmentContext context, OperatorContext oContext, RecordBatch incoming, HashAggBatch outgoing, LogicalExpression[] valueExprs, List<TypedFieldId> valueFieldIds, ClassGenerator<?> cg, TypedFieldId[] keyFieldIds, VectorContainer outContainer, int extraRowBytes) void
HashAggTemplate.setup
(HashAggregate hashAggrConfig, HashTableConfig htConfig, FragmentContext context, OperatorContext oContext, RecordBatch incoming, HashAggBatch outgoing, LogicalExpression[] valueExprs, List<TypedFieldId> valueFieldIds, ClassGenerator<?> cg, TypedFieldId[] groupByOutFieldIds, VectorContainer outContainer, int extraRowBytes) -
Uses of HashTableConfig in org.apache.drill.exec.physical.impl.common
Methods in org.apache.drill.exec.physical.impl.common that return HashTableConfigMethods in org.apache.drill.exec.physical.impl.common with parameters of type HashTableConfigModifier and TypeMethodDescriptionvoid
HashTable.setup
(HashTableConfig htConfig, BufferAllocator allocator, VectorContainer incomingBuild, RecordBatch incomingProbe, RecordBatch outgoing, VectorContainer htContainerOrig, FragmentContext context, ClassGenerator<?> cg) HashTable.setup(org.apache.drill.exec.physical.impl.common.HashTableConfig, org.apache.drill.exec.memory.BufferAllocator, org.apache.drill.exec.record.VectorContainer, org.apache.drill.exec.record.RecordBatch, org.apache.drill.exec.record.RecordBatch, org.apache.drill.exec.record.VectorContainer, org.apache.drill.exec.ops.FragmentContext, org.apache.drill.exec.expr.ClassGenerator<?>)
must be called before anything can be done to theHashTable
.void
HashTableTemplate.setup
(HashTableConfig htConfig, BufferAllocator allocator, VectorContainer incomingBuild, RecordBatch incomingProbe, RecordBatch outgoing, VectorContainer htContainerOrig, FragmentContext context, ClassGenerator<?> cg) Constructors in org.apache.drill.exec.physical.impl.common with parameters of type HashTableConfigModifierConstructorDescriptionChainedHashTable
(HashTableConfig htConfig, FragmentContext context, BufferAllocator allocator, RecordBatch incomingBuild, RecordBatch incomingProbe, RecordBatch outgoing) -
Uses of HashTableConfig in org.apache.drill.exec.physical.impl.join
Methods in org.apache.drill.exec.physical.impl.join that return HashTableConfigModifier and TypeMethodDescriptionprotected abstract HashTableConfig
AbstractHashBinaryRecordBatch.buildHashTableConfig()
protected HashTableConfig
HashJoinBatch.buildHashTableConfig()
-
Uses of HashTableConfig in org.apache.drill.exec.physical.impl.setop
Methods in org.apache.drill.exec.physical.impl.setop that return HashTableConfigModifier and TypeMethodDescriptionprotected HashTableConfig
HashSetOpRecordBatch.buildHashTableConfig()