Uses of Class
org.apache.drill.exec.physical.config.Project
Packages that use Project
-
Uses of Project in org.apache.drill.exec.physical.base
Methods in org.apache.drill.exec.physical.base with parameters of type ProjectModifier and TypeMethodDescriptionAbstractPhysicalVisitor.visitProject
(Project project, X value) PhysicalVisitor.visitProject
(Project project, EXTRA value) -
Uses of Project in org.apache.drill.exec.physical.impl.project
Methods in org.apache.drill.exec.physical.impl.project with parameters of type ProjectModifier and TypeMethodDescriptionProjectBatchCreator.getBatch
(ExecutorFragmentContext context, Project config, List<RecordBatch> children) Constructors in org.apache.drill.exec.physical.impl.project with parameters of type ProjectModifierConstructorDescriptionProjectRecordBatch
(Project pop, RecordBatch incoming, FragmentContext context)