| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.optimizer.graph |
| Modifier and Type | Field and Description |
|---|---|
DiGraph.Node<V,E> |
DiGraph.Edge.s |
DiGraph.Node<V,E> |
DiGraph.Edge.t |
| Modifier and Type | Method and Description |
|---|---|
protected DiGraph.Node<V,E> |
DiGraph.newNode(V s) |
DiGraph.Node<V,E> |
DiGraph.nodeOf(V s) |
| Constructor and Description |
|---|
Edge(DiGraph.Node<V,E> s,
DiGraph.Node<V,E> t,
E e) |
Edge(DiGraph.Node<V,E> s,
DiGraph.Node<V,E> t,
E e) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.