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

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

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

Methods in org.apache.hive.service.cli.thrift that return TUnionTypeEntry
 TUnionTypeEntry TUnionTypeEntry.deepCopy()
           
 TUnionTypeEntry TTypeEntry.getUnionEntry()
           
 

Methods in org.apache.hive.service.cli.thrift with parameters of type TUnionTypeEntry
 int TUnionTypeEntry.compareTo(TUnionTypeEntry other)
           
 boolean TUnionTypeEntry.equals(TUnionTypeEntry that)
           
 void TTypeEntry.setUnionEntry(TUnionTypeEntry value)
           
static TTypeEntry TTypeEntry.unionEntry(TUnionTypeEntry value)
           
 

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



Copyright © 2012 The Apache Software Foundation