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

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

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

Methods in org.apache.hive.service.cli.thrift that return TUserDefinedTypeEntry
 TUserDefinedTypeEntry TUserDefinedTypeEntry.deepCopy()
           
 TUserDefinedTypeEntry TTypeEntry.getUserDefinedTypeEntry()
           
 

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

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



Copyright © 2012 The Apache Software Foundation