Uses of Class
org.apache.drill.exec.physical.config.SetOp
Packages that use SetOp
-
Uses of SetOp in org.apache.drill.exec.physical.base
Methods in org.apache.drill.exec.physical.base with parameters of type SetOpModifier and TypeMethodDescriptionAbstractPhysicalVisitor.visitSetOp
(SetOp setOp, X value) PhysicalVisitor.visitSetOp
(SetOp setOp, EXTRA value) -
Uses of SetOp in org.apache.drill.exec.physical.impl.setop
Methods in org.apache.drill.exec.physical.impl.setop with parameters of type SetOpModifier and TypeMethodDescriptionSetOpBatchCreator.getBatch
(ExecutorFragmentContext context, SetOp config, List<RecordBatch> children) Constructors in org.apache.drill.exec.physical.impl.setop with parameters of type SetOpModifierConstructorDescriptionHashSetOpRecordBatch
(SetOp popConfig, FragmentContext context, RecordBatch left, RecordBatch right) The constructor