Uses of Interface
org.apache.drill.exec.physical.impl.join.HashJoinMemoryCalculator.BuildSidePartitioning
Packages that use HashJoinMemoryCalculator.BuildSidePartitioning
Package
Description
-
Uses of HashJoinMemoryCalculator.BuildSidePartitioning in org.apache.drill.exec.physical.impl.common
Methods in org.apache.drill.exec.physical.impl.common with parameters of type HashJoinMemoryCalculator.BuildSidePartitioningModifier and TypeMethodDescriptionvoid
HashPartition.appendInnerRow
(VectorContainer buildContainer, int ind, int hashCode, HashJoinMemoryCalculator.BuildSidePartitioning calc) Spills if needed -
Uses of HashJoinMemoryCalculator.BuildSidePartitioning in org.apache.drill.exec.physical.impl.join
Classes in org.apache.drill.exec.physical.impl.join that implement HashJoinMemoryCalculator.BuildSidePartitioningModifier and TypeClassDescriptionstatic class
static class
At this point we need to reserve memory for the following: An incoming batch An incomplete batch for each partition If there is available memory we keep the batches for each partition in memory.static class
Methods in org.apache.drill.exec.physical.impl.join that return HashJoinMemoryCalculator.BuildSidePartitioning