Uses of Class
org.apache.drill.exec.physical.config.RowKeyJoinPOP
Packages that use RowKeyJoinPOP
Package
Description
-
Uses of RowKeyJoinPOP in org.apache.drill.exec.physical.base
Methods in org.apache.drill.exec.physical.base with parameters of type RowKeyJoinPOPModifier and TypeMethodDescriptionAbstractPhysicalVisitor.visitRowKeyJoin
(RowKeyJoinPOP join, X value) PhysicalVisitor.visitRowKeyJoin
(RowKeyJoinPOP join, EXTRA value) -
Uses of RowKeyJoinPOP in org.apache.drill.exec.physical.impl.join
Methods in org.apache.drill.exec.physical.impl.join with parameters of type RowKeyJoinPOPModifier and TypeMethodDescriptionRowKeyJoinBatchCreator.getBatch
(ExecutorFragmentContext context, RowKeyJoinPOP config, List<RecordBatch> children) Constructors in org.apache.drill.exec.physical.impl.join with parameters of type RowKeyJoinPOPModifierConstructorDescriptionRowKeyJoinBatch
(RowKeyJoinPOP config, FragmentContext context, RecordBatch left, RecordBatch right) -
Uses of RowKeyJoinPOP in org.apache.drill.exec.planner.fragment
Methods in org.apache.drill.exec.planner.fragment with parameters of type RowKeyJoinPOPModifier and TypeMethodDescriptionMaterializer.visitRowKeyJoin
(RowKeyJoinPOP op, Materializer.IndexedFragmentNode iNode)