| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.plan.api |
| Modifier and Type | Method and Description |
|---|---|
Operator |
Operator.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<Operator> |
Task.getOperatorList() |
Iterator<Operator> |
Task.getOperatorListIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
Task.addToOperatorList(Operator elem) |
int |
Operator.compareTo(Operator other) |
boolean |
Operator.equals(Operator that) |
| Modifier and Type | Method and Description |
|---|---|
void |
Task.setOperatorList(List<Operator> operatorList) |
| Constructor and Description |
|---|
Operator(Operator other)
Performs a deep copy on other.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.