| Package | Description |
|---|---|
| org.apache.hadoop.hive.common.jsonexplain |
| Modifier and Type | Field and Description |
|---|---|
Op |
Op.parent |
| Modifier and Type | Field and Description |
|---|---|
List<Op> |
Op.children |
Map<Op,List<Connection>> |
DagJsonParser.inlineMap |
List<Op> |
Vertex.inputOps |
List<Op> |
Vertex.outputOps |
| Modifier and Type | Method and Description |
|---|---|
Op |
Vertex.getJoinRSOp(Vertex joinVertex) |
| Modifier and Type | Method and Description |
|---|---|
void |
DagJsonParser.addInline(Op op,
Connection connection) |
| Constructor and Description |
|---|
Op(String name,
String id,
String outputVertexName,
Op parent,
List<Op> children,
Map<String,String> attrs,
org.json.JSONObject opObject,
Vertex vertex,
DagJsonParser tezJsonParser) |
| Constructor and Description |
|---|
Op(String name,
String id,
String outputVertexName,
Op parent,
List<Op> children,
Map<String,String> attrs,
org.json.JSONObject opObject,
Vertex vertex,
DagJsonParser tezJsonParser) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.