Uses of Class
org.apache.hive.service.cli.thrift.TTableSchema

Packages that use TTableSchema
org.apache.hive.service.cli   
org.apache.hive.service.cli.thrift   
 

Uses of TTableSchema in org.apache.hive.service.cli
 

Methods in org.apache.hive.service.cli that return TTableSchema
 TTableSchema TableSchema.toTTableSchema()
           
 

Constructors in org.apache.hive.service.cli with parameters of type TTableSchema
TableSchema(TTableSchema tTableSchema)
           
 

Uses of TTableSchema in org.apache.hive.service.cli.thrift
 

Methods in org.apache.hive.service.cli.thrift that return TTableSchema
 TTableSchema TTableSchema.deepCopy()
           
 TTableSchema TGetResultSetMetadataResp.getSchema()
           
 

Methods in org.apache.hive.service.cli.thrift with parameters of type TTableSchema
 int TTableSchema.compareTo(TTableSchema other)
           
 boolean TTableSchema.equals(TTableSchema that)
           
 void TGetResultSetMetadataResp.setSchema(TTableSchema schema)
           
 

Constructors in org.apache.hive.service.cli.thrift with parameters of type TTableSchema
TTableSchema(TTableSchema other)
          Performs a deep copy on other.
 



Copyright © 2012 The Apache Software Foundation