|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Query | |
|---|---|
| org.apache.hadoop.hive.ql | |
| org.apache.hadoop.hive.ql.plan.api | |
| Uses of Query in org.apache.hadoop.hive.ql |
|---|
| Methods in org.apache.hadoop.hive.ql that return Query | |
|---|---|
Query |
QueryPlan.getQuery()
|
Query |
QueryPlan.getQueryPlan()
|
Query |
Driver.getQueryPlan()
|
| Methods in org.apache.hadoop.hive.ql with parameters of type Query | |
|---|---|
String |
QueryPlan.getJSONQuery(Query query)
|
void |
QueryPlan.setQuery(Query query)
|
| Uses of Query in org.apache.hadoop.hive.ql.plan.api |
|---|
| Methods in org.apache.hadoop.hive.ql.plan.api that return Query | |
|---|---|
Query |
Query.deepCopy()
|
| Methods in org.apache.hadoop.hive.ql.plan.api that return types with arguments of type Query | |
|---|---|
List<Query> |
QueryPlan.getQueries()
|
Iterator<Query> |
QueryPlan.getQueriesIterator()
|
| Methods in org.apache.hadoop.hive.ql.plan.api with parameters of type Query | |
|---|---|
void |
QueryPlan.addToQueries(Query elem)
|
int |
Query.compareTo(Query other)
|
boolean |
Query.equals(Query that)
|
| Method parameters in org.apache.hadoop.hive.ql.plan.api with type arguments of type Query | |
|---|---|
void |
QueryPlan.setQueries(List<Query> queries)
|
| Constructors in org.apache.hadoop.hive.ql.plan.api with parameters of type Query | |
|---|---|
Query(Query other)
Performs a deep copy on other. |
|
| Constructor parameters in org.apache.hadoop.hive.ql.plan.api with type arguments of type Query | |
|---|---|
QueryPlan(List<Query> queries,
boolean done,
boolean started)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||