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

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

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

Methods in org.apache.hive.service.cli that return TColumnDesc
 TColumnDesc ColumnDescriptor.toTColumnDesc()
           
 

Constructors in org.apache.hive.service.cli with parameters of type TColumnDesc
ColumnDescriptor(TColumnDesc tColumnDesc)
           
 

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

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

Methods in org.apache.hive.service.cli.thrift that return types with arguments of type TColumnDesc
 List<TColumnDesc> TTableSchema.getColumns()
           
 Iterator<TColumnDesc> TTableSchema.getColumnsIterator()
           
 

Methods in org.apache.hive.service.cli.thrift with parameters of type TColumnDesc
 void TTableSchema.addToColumns(TColumnDesc elem)
           
 int TColumnDesc.compareTo(TColumnDesc other)
           
 boolean TColumnDesc.equals(TColumnDesc that)
           
 

Method parameters in org.apache.hive.service.cli.thrift with type arguments of type TColumnDesc
 void TTableSchema.setColumns(List<TColumnDesc> columns)
           
 

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

Constructor parameters in org.apache.hive.service.cli.thrift with type arguments of type TColumnDesc
TTableSchema(List<TColumnDesc> columns)
           
 



Copyright © 2012 The Apache Software Foundation