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

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

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

Methods in org.apache.hive.service.cli.thrift that return TStructTypeEntry
 TStructTypeEntry TStructTypeEntry.deepCopy()
           
 TStructTypeEntry TTypeEntry.getStructEntry()
           
 

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

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



Copyright © 2012 The Apache Software Foundation