Uses of Interface
org.apache.drill.common.graph.GraphVisitor
Packages that use GraphVisitor
Package
Description
Visitors for validating or optimizing logical expressions.
Connected-graph representation shared by logical and physical query graphs.
Logical operators in a query graph.
-
Uses of GraphVisitor in org.apache.drill.common.expression.visitors
Subinterfaces of GraphVisitor in org.apache.drill.common.expression.visitors -
Uses of GraphVisitor in org.apache.drill.common.graph
Methods in org.apache.drill.common.graph with parameters of type GraphVisitor -
Uses of GraphVisitor in org.apache.drill.common.logical.data
Methods in org.apache.drill.common.logical.data with parameters of type GraphVisitorModifier and TypeMethodDescriptionvoid
LogicalOperatorBase.accept
(GraphVisitor<LogicalOperator> visitor) -
Uses of GraphVisitor in org.apache.drill.exec.physical.base
Methods in org.apache.drill.exec.physical.base with parameters of type GraphVisitorModifier and TypeMethodDescriptionvoid
AbstractBase.accept
(GraphVisitor<PhysicalOperator> visitor) void
AbstractSubScan.accept
(GraphVisitor<PhysicalOperator> visitor)