Uses of Class
org.apache.drill.exec.record.ExpandableHyperContainer
-
Uses of ExpandableHyperContainer in org.apache.drill.exec.physical.impl.join
Modifier and TypeMethodDescriptionvoid
NestedLoopJoin.setupNestedLoopJoin
(FragmentContext context, RecordBatch left, ExpandableHyperContainer rightContainer, LinkedList<Integer> rightCounts, NestedLoopJoinBatch outgoing) void
NestedLoopJoinTemplate.setupNestedLoopJoin
(FragmentContext context, RecordBatch left, ExpandableHyperContainer rightContainer, LinkedList<Integer> rightCounts, NestedLoopJoinBatch outgoing) Method initializes necessary state and invokes the doSetup() to set the input and output value vector references.