Uses of Class
org.apache.drill.common.graph.Graph
Packages that use Graph
Package
Description
Connected-graph representation shared by logical and physical query graphs.
Storage plugin interfaces and logical plan representation.
-
Uses of Graph in org.apache.drill.common.graph
Methods in org.apache.drill.common.graph that return GraphModifier and TypeMethodDescriptionstatic <G extends GraphValue<G>,
R extends G, T extends G>
Graph<G,R, T> Methods in org.apache.drill.common.graph with parameters of type GraphModifier and TypeMethodDescriptionstatic <V extends GraphValue<V>>
List<List<org.apache.drill.common.graph.AdjacencyList<V>.org.apache.drill.common.graph.AdjacencyList.Node>>GraphAlgos.checkDirected
(Graph<V, ?, ?> graph) static <V extends GraphValue<V>>
List<V>static <V extends GraphValue<V>>
List<V>GraphAlgos.TopoSorter.sortLogical
(Graph<V, ?, ?> graph) -
Uses of Graph in org.apache.drill.common.logical
Methods in org.apache.drill.common.logical that return Graph -
Uses of Graph in org.apache.drill.exec.physical
Fields in org.apache.drill.exec.physical declared as GraphMethods in org.apache.drill.exec.physical that return Graph