| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.optimizer.graph |
| Modifier and Type | Method and Description |
|---|---|
OperatorGraph.EdgeType |
OperatorGraph.OpEdge.getEdgeType() |
static OperatorGraph.EdgeType |
OperatorGraph.EdgeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatorGraph.EdgeType[] |
OperatorGraph.EdgeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OpEdge(OperatorGraph.EdgeType et) |
OpEdge(OperatorGraph.EdgeType et,
int index) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.