Package | Description |
---|---|
org.apache.hadoop.hive.ql.plan.api | |
org.apache.hadoop.hive.service |
Modifier and Type | Method and Description |
---|---|
QueryPlan |
QueryPlan.deepCopy() |
Modifier and Type | Method and Description |
---|---|
int |
QueryPlan.compareTo(QueryPlan other) |
boolean |
QueryPlan.equals(QueryPlan that) |
Constructor and Description |
---|
QueryPlan(QueryPlan other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
QueryPlan |
ThriftHive.Iface.getQueryPlan() |
QueryPlan |
ThriftHive.Client.getQueryPlan() |
QueryPlan |
ThriftHive.AsyncClient.getQueryPlan_call.getResult() |
QueryPlan |
ThriftHive.getQueryPlan_result.getSuccess() |
QueryPlan |
ThriftHive.Client.recv_getQueryPlan() |
Modifier and Type | Method and Description |
---|---|
void |
ThriftHive.getQueryPlan_result.setSuccess(QueryPlan success) |
Constructor and Description |
---|
ThriftHive.getQueryPlan_result(QueryPlan success,
HiveServerException ex) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.