Uses of Class
org.apache.drill.exec.physical.config.UnionAll
Packages that use UnionAll
-
Uses of UnionAll in org.apache.drill.exec.physical.base
Methods in org.apache.drill.exec.physical.base with parameters of type UnionAllModifier and TypeMethodDescriptionAbstractPhysicalVisitor.visitUnion
(UnionAll union, X value) PhysicalVisitor.visitUnion
(UnionAll union, EXTRA value) -
Uses of UnionAll in org.apache.drill.exec.physical.impl.union
Methods in org.apache.drill.exec.physical.impl.union with parameters of type UnionAllModifier and TypeMethodDescriptionUnionAllBatchCreator.getBatch
(ExecutorFragmentContext context, UnionAll config, List<RecordBatch> children) Constructors in org.apache.drill.exec.physical.impl.union with parameters of type UnionAllModifierConstructorDescriptionUnionAllRecordBatch
(UnionAll config, List<RecordBatch> children, FragmentContext context)