Uses of Class
org.apache.drill.exec.physical.config.RowKeyJoinPOP
Package
Description
-
Uses of RowKeyJoinPOP in org.apache.drill.exec.physical.base
Modifier and TypeMethodDescriptionAbstractPhysicalVisitor.visitRowKeyJoin
(RowKeyJoinPOP join, X value) PhysicalVisitor.visitRowKeyJoin
(RowKeyJoinPOP join, EXTRA value) -
Uses of RowKeyJoinPOP in org.apache.drill.exec.physical.impl.join
Modifier and TypeMethodDescriptionRowKeyJoinBatchCreator.getBatch
(ExecutorFragmentContext context, RowKeyJoinPOP config, List<RecordBatch> children) ModifierConstructorDescriptionRowKeyJoinBatch
(RowKeyJoinPOP config, FragmentContext context, RecordBatch left, RecordBatch right) -
Uses of RowKeyJoinPOP in org.apache.drill.exec.planner.fragment
Modifier and TypeMethodDescriptionMaterializer.visitRowKeyJoin
(RowKeyJoinPOP op, Materializer.IndexedFragmentNode iNode)