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

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

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

Methods in org.apache.hive.service.cli.thrift that return TArrayTypeEntry
 TArrayTypeEntry TArrayTypeEntry.deepCopy()
           
 TArrayTypeEntry TTypeEntry.getArrayEntry()
           
 

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

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



Copyright © 2012 The Apache Software Foundation