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

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

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

Methods in org.apache.hive.service.cli that return TTypeId
 TTypeId Type.toTType()
           
 

Methods in org.apache.hive.service.cli with parameters of type TTypeId
static Type Type.getType(TTypeId tType)
           
 

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

Fields in org.apache.hive.service.cli.thrift with type parameters of type TTypeId
static Set<TTypeId> TCLIServiceConstants.COLLECTION_TYPES
           
static Set<TTypeId> TCLIServiceConstants.COMPLEX_TYPES
           
static Set<TTypeId> TCLIServiceConstants.PRIMITIVE_TYPES
           
static Map<TTypeId,String> TCLIServiceConstants.TYPE_NAMES
           
 

Methods in org.apache.hive.service.cli.thrift that return TTypeId
static TTypeId TTypeId.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 TTypeId TPrimitiveTypeEntry.getType()
           
static TTypeId TTypeId.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TTypeId[] TTypeId.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hive.service.cli.thrift with parameters of type TTypeId
 void TPrimitiveTypeEntry.setType(TTypeId type)
           
 

Constructors in org.apache.hive.service.cli.thrift with parameters of type TTypeId
TPrimitiveTypeEntry(TTypeId type)
           
 



Copyright © 2012 The Apache Software Foundation