Uses of Class
org.apache.drill.exec.physical.base.AbstractPhysicalVisitor
Package
Description
Provides resource management and queuing support for the Drill foreman.
-
Uses of AbstractPhysicalVisitor in org.apache.drill.exec.physical.impl
-
Uses of AbstractPhysicalVisitor in org.apache.drill.exec.physical.impl.validate
-
Uses of AbstractPhysicalVisitor in org.apache.drill.exec.planner
-
Uses of AbstractPhysicalVisitor in org.apache.drill.exec.planner.fragment
Modifier and TypeClassDescriptionprotected static class
class
Responsible for breaking a plan into its constituent Fragments.class
class
A visitor to compute memory requirements for each operator in a minor fragment.protected static class
Designed to setup initial values for arriving fragment accounting.class
Visitor 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
Modifier and TypeClassDescriptionclass
Materializer 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 OperatorIdclass
Visitor 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
Modifier and TypeClassDescriptionprotected class
Collect 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
Modifier and TypeClassDescriptionprotected static class
Searches a fragment operator tree to find buffered within that fragment.