Uses of Class
org.apache.drill.exec.physical.base.AbstractPhysicalVisitor
Packages that use AbstractPhysicalVisitor
Package
Description
Provides resource management and queuing support for the Drill foreman.
-
Uses of AbstractPhysicalVisitor in org.apache.drill.exec.physical.impl
Subclasses of AbstractPhysicalVisitor in org.apache.drill.exec.physical.impl -
Uses of AbstractPhysicalVisitor in org.apache.drill.exec.physical.impl.validate
Subclasses of AbstractPhysicalVisitor in org.apache.drill.exec.physical.impl.validate -
Uses of AbstractPhysicalVisitor in org.apache.drill.exec.planner
Subclasses of AbstractPhysicalVisitor in org.apache.drill.exec.planner -
Uses of AbstractPhysicalVisitor in org.apache.drill.exec.planner.fragment
Subclasses of AbstractPhysicalVisitor in org.apache.drill.exec.planner.fragmentModifier and TypeClassDescriptionprotected static classclassResponsible for breaking a plan into its constituent Fragments.classclassA visitor to compute memory requirements for each operator in a minor fragment.protected static classDesigned to setup initial values for arriving fragment accounting.classVisitor to collect stats such as cost and parallelization info of operators within a fragment. -
Uses of AbstractPhysicalVisitor in org.apache.drill.exec.planner.fragment.contrib
Subclasses of AbstractPhysicalVisitor in org.apache.drill.exec.planner.fragment.contribModifier and TypeClassDescriptionclassMaterializer visitor to remove exchange(s) NOTE: this Visitor does NOT set OperatorId, as after Exchange removal all operators need renumbering Use OperatorIdVisitor on top to set correct OperatorIdclassVisitor to renumber operators - needed after materialization is done as some operators may be removed using @ExtendedMaterializerVisitor -
Uses of AbstractPhysicalVisitor in org.apache.drill.exec.work.filter
Subclasses of AbstractPhysicalVisitor in org.apache.drill.exec.work.filterModifier and TypeClassDescriptionprotected classCollect the runtime filter parallelism related information such as join node major/minor fragment id , probe side scan node's major/minor fragment id, probe side node's endpoints. -
Uses of AbstractPhysicalVisitor in org.apache.drill.exec.work.foreman.rm
Subclasses of AbstractPhysicalVisitor in org.apache.drill.exec.work.foreman.rmModifier and TypeClassDescriptionprotected static classSearches a fragment operator tree to find buffered within that fragment.