Package | Description |
---|---|
org.apache.hadoop.hive.ql | |
org.apache.hadoop.hive.ql.plan.api |
Modifier and Type | Method and Description |
---|---|
Query |
QueryPlan.getQuery() |
Query |
QueryPlan.getQueryPlan() |
Query |
Driver.getQueryPlan() |
Modifier and Type | Method and Description |
---|---|
String |
QueryPlan.getJSONQuery(Query query) |
void |
QueryPlan.setQuery(Query query) |
Modifier and Type | Method and Description |
---|---|
Query |
Query.deepCopy() |
Modifier and Type | Method and Description |
---|---|
List<Query> |
QueryPlan.getQueries() |
Iterator<Query> |
QueryPlan.getQueriesIterator() |
Modifier and Type | Method and Description |
---|---|
void |
QueryPlan.addToQueries(Query elem) |
int |
Query.compareTo(Query other) |
boolean |
Query.equals(Query that) |
Modifier and Type | Method and Description |
---|---|
void |
QueryPlan.setQueries(List<Query> queries) |
Constructor and Description |
---|
Query(Query other)
Performs a deep copy on other.
|
Constructor and Description |
---|
QueryPlan(List<Query> queries,
boolean done,
boolean started) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.