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

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

Uses of TTypeQualifiers in org.apache.hive.service.cli
 

Methods in org.apache.hive.service.cli that return TTypeQualifiers
 TTypeQualifiers TypeQualifiers.toTTypeQualifiers()
           
 

Methods in org.apache.hive.service.cli with parameters of type TTypeQualifiers
static TypeQualifiers TypeQualifiers.fromTTypeQualifiers(TTypeQualifiers ttq)
           
 

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

Methods in org.apache.hive.service.cli.thrift that return TTypeQualifiers
 TTypeQualifiers TTypeQualifiers.deepCopy()
           
 TTypeQualifiers TPrimitiveTypeEntry.getTypeQualifiers()
           
 

Methods in org.apache.hive.service.cli.thrift with parameters of type TTypeQualifiers
 int TTypeQualifiers.compareTo(TTypeQualifiers other)
           
 boolean TTypeQualifiers.equals(TTypeQualifiers that)
           
 void TPrimitiveTypeEntry.setTypeQualifiers(TTypeQualifiers typeQualifiers)
           
 

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



Copyright © 2012 The Apache Software Foundation