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

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

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

Methods in org.apache.hive.service.cli that return TTypeDesc
 TTypeDesc TypeDescriptor.toTTypeDesc()
           
 

Constructors in org.apache.hive.service.cli with parameters of type TTypeDesc
TypeDescriptor(TTypeDesc tTypeDesc)
           
 

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

Methods in org.apache.hive.service.cli.thrift that return TTypeDesc
 TTypeDesc TTypeDesc.deepCopy()
           
 TTypeDesc TColumnDesc.getTypeDesc()
           
 

Methods in org.apache.hive.service.cli.thrift with parameters of type TTypeDesc
 int TTypeDesc.compareTo(TTypeDesc other)
           
 boolean TTypeDesc.equals(TTypeDesc that)
           
 void TColumnDesc.setTypeDesc(TTypeDesc typeDesc)
           
 

Constructors in org.apache.hive.service.cli.thrift with parameters of type TTypeDesc
TColumnDesc(String columnName, TTypeDesc typeDesc, int position)
           
TTypeDesc(TTypeDesc other)
          Performs a deep copy on other.
 



Copyright © 2012 The Apache Software Foundation