Uses of Interface
org.apache.drill.exec.physical.impl.join.HashJoinMemoryCalculator.BuildSidePartitioning
Package
Description
-
Uses of HashJoinMemoryCalculator.BuildSidePartitioning in org.apache.drill.exec.physical.impl.common
Modifier 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
Modifier 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