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 TypeMethodDescriptionvoidHashAggregator.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) voidHashAggTemplate.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 TypeMethodDescriptionvoidHashTable.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.voidHashTableTemplate.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 HashTableConfigAbstractHashBinaryRecordBatch.buildHashTableConfig()protected HashTableConfigHashJoinBatch.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 HashTableConfigHashSetOpRecordBatch.buildHashTableConfig()