Uses of Class
org.apache.hadoop.hive.metastore.api.Schema

Packages that use Schema
org.apache.hadoop.hive.metastore.api   
org.apache.hadoop.hive.ql   
org.apache.hadoop.hive.ql.processors   
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.deepCopy()
           
 

Methods in org.apache.hadoop.hive.metastore.api with parameters of type Schema
 int Schema.compareTo(Schema other)
           
 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()
           
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
 

Uses of Schema in org.apache.hadoop.hive.ql.processors
 

Methods in org.apache.hadoop.hive.ql.processors that return Schema
 Schema CommandProcessorResponse.getSchema()
           
 

Constructors in org.apache.hadoop.hive.ql.processors with parameters of type Schema
CommandProcessorResponse(int responseCode, String errorMessage, String SQLState, Schema schema)
           
 

Uses of Schema in org.apache.hadoop.hive.service
 

Methods in org.apache.hadoop.hive.service that return Schema
 Schema ThriftHive.AsyncClient.getSchema_call.getResult()
           
 Schema ThriftHive.AsyncClient.getThriftSchema_call.getResult()
           
 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)
           
 



Copyright © 2011 The Apache Software Foundation