Modifier and Type | Method and Description |
---|---|
Schema |
Schema.deepCopy() |
Modifier and Type | Method and Description |
---|---|
int |
Schema.compareTo(Schema other) |
boolean |
Schema.equals(Schema that) |
Constructor and Description |
---|
Schema(Schema other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
Schema |
Driver.getSchema() |
static Schema |
Driver.getSchema(BaseSemanticAnalyzer sem,
HiveConf conf)
Get a Schema with fields represented with native Hive types
|
Schema |
Driver.getThriftSchema()
Get a Schema with fields represented with Thrift DDL types
|
Modifier and Type | Method and Description |
---|---|
Schema |
CommandProcessorResponse.getSchema() |
Constructor and Description |
---|
CommandProcessorResponse(int responseCode,
String errorMessage,
String SQLState,
Schema schema) |
CommandProcessorResponse(int responseCode,
String errorMessage,
String SQLState,
Schema schema,
Throwable exception) |
Modifier and Type | Method and Description |
---|---|
Schema |
ThriftHive.AsyncClient.getSchema_call.getResult() |
Schema |
ThriftHive.AsyncClient.getThriftSchema_call.getResult() |
Schema |
ThriftHive.Iface.getSchema() |
Schema |
ThriftHive.Client.getSchema() |
Schema |
ThriftHive.getSchema_result.getSuccess() |
Schema |
ThriftHive.getThriftSchema_result.getSuccess() |
Schema |
ThriftHive.Iface.getThriftSchema() |
Schema |
ThriftHive.Client.getThriftSchema() |
Schema |
ThriftHive.Client.recv_getSchema() |
Schema |
ThriftHive.Client.recv_getThriftSchema() |
Modifier and Type | Method and Description |
---|---|
void |
ThriftHive.getSchema_result.setSuccess(Schema success) |
void |
ThriftHive.getThriftSchema_result.setSuccess(Schema success) |
Constructor and Description |
---|
ThriftHive.getSchema_result(Schema success,
HiveServerException ex) |
ThriftHive.getThriftSchema_result(Schema success,
HiveServerException ex) |
Modifier and Type | Method and Description |
---|---|
static HCatSchema |
HCatSchemaUtils.getHCatSchema(Schema schema) |
Constructor and Description |
---|
TableSchema(Schema schema) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.