|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Schema | |
---|---|
org.apache.hadoop.hive.metastore.api | |
org.apache.hadoop.hive.ql | |
org.apache.hadoop.hive.service |
Uses of Schema in org.apache.hadoop.hive.metastore.api |
---|
Methods in org.apache.hadoop.hive.metastore.api that return Schema | |
---|---|
Schema |
Schema.clone()
|
Methods in org.apache.hadoop.hive.metastore.api with parameters of type Schema | |
---|---|
boolean |
Schema.equals(Schema that)
|
Constructors in org.apache.hadoop.hive.metastore.api with parameters of type Schema | |
---|---|
Schema(Schema other)
Performs a deep copy on other. |
Uses of Schema in org.apache.hadoop.hive.ql |
---|
Methods in org.apache.hadoop.hive.ql that return Schema | |
---|---|
Schema |
Driver.getSchema()
Get a Schema with fields represented with native Hive types |
Schema |
Driver.getThriftSchema()
Get a Schema with fields represented with Thrift DDL types |
Uses of Schema in org.apache.hadoop.hive.service |
---|
Methods in org.apache.hadoop.hive.service that return Schema | |
---|---|
Schema |
ThriftHive.Iface.getSchema()
|
Schema |
ThriftHive.Client.getSchema()
|
Schema |
HiveServer.HiveServerHandler.getSchema()
Return the Hive schema of the query result |
Schema |
ThriftHive.getSchema_result.getSuccess()
|
Schema |
ThriftHive.getThriftSchema_result.getSuccess()
|
Schema |
ThriftHive.Iface.getThriftSchema()
|
Schema |
ThriftHive.Client.getThriftSchema()
|
Schema |
HiveServer.HiveServerHandler.getThriftSchema()
Return the Thrift schema of the query result |
Schema |
ThriftHive.Client.recv_getSchema()
|
Schema |
ThriftHive.Client.recv_getThriftSchema()
|
Methods in org.apache.hadoop.hive.service with parameters of type Schema | |
---|---|
void |
ThriftHive.getSchema_result.setSuccess(Schema success)
|
void |
ThriftHive.getThriftSchema_result.setSuccess(Schema success)
|
Constructors in org.apache.hadoop.hive.service with parameters of type Schema | |
---|---|
ThriftHive.getSchema_result(Schema success,
HiveServerException ex)
|
|
ThriftHive.getThriftSchema_result(Schema success,
HiveServerException ex)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |