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

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

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

Methods in org.apache.hive.service.cli.thrift that return TPrimitiveTypeEntry
 TPrimitiveTypeEntry TPrimitiveTypeEntry.deepCopy()
           
 TPrimitiveTypeEntry TTypeEntry.getPrimitiveEntry()
           
 

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

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



Copyright © 2012 The Apache Software Foundation