Package | Description |
---|---|
org.apache.drill.common.graph |
Connected-graph representation shared by logical and physical query graphs.
|
org.apache.drill.common.logical |
Storage plugin interfaces and logical plan representation.
|
org.apache.drill.exec.physical |
Modifier and Type | Method and Description |
---|---|
static <G extends GraphValue<G>,R extends G,T extends G> |
Graph.newGraph(List<G> operators,
Class<R> root,
Class<T> leaf) |
Modifier and Type | Method and Description |
---|---|
static <V extends GraphValue<V>> |
GraphAlgos.checkDirected(Graph<V,?,?> graph) |
static <V extends GraphValue<V>> |
GraphAlgos.TopoSorter.sort(Graph<V,?,?> graph) |
static <V extends GraphValue<V>> |
GraphAlgos.TopoSorter.sortLogical(Graph<V,?,?> graph) |
Modifier and Type | Method and Description |
---|---|
Graph<LogicalOperator,SinkOperator,SourceOperator> |
LogicalPlan.getGraph() |
Modifier and Type | Field and Description |
---|---|
protected Graph<PhysicalOperator,Root,Leaf> |
PhysicalPlan.graph |
Modifier and Type | Method and Description |
---|---|
Graph<PhysicalOperator,Root,Leaf> |
PhysicalPlan.graph() |
Copyright © 1970 The Apache Software Foundation. All rights reserved.