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

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

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

Methods in org.apache.hive.service.cli.thrift that return TTypeEntry
static TTypeEntry TTypeEntry.arrayEntry(TArrayTypeEntry value)
           
 TTypeEntry TTypeEntry.deepCopy()
           
static TTypeEntry TTypeEntry.mapEntry(TMapTypeEntry value)
           
static TTypeEntry TTypeEntry.primitiveEntry(TPrimitiveTypeEntry value)
           
static TTypeEntry TTypeEntry.structEntry(TStructTypeEntry value)
           
static TTypeEntry TTypeEntry.unionEntry(TUnionTypeEntry value)
           
static TTypeEntry TTypeEntry.userDefinedTypeEntry(TUserDefinedTypeEntry value)
           
 

Methods in org.apache.hive.service.cli.thrift that return types with arguments of type TTypeEntry
 List<TTypeEntry> TTypeDesc.getTypes()
           
 Iterator<TTypeEntry> TTypeDesc.getTypesIterator()
           
 

Methods in org.apache.hive.service.cli.thrift with parameters of type TTypeEntry
 void TTypeDesc.addToTypes(TTypeEntry elem)
           
 int TTypeEntry.compareTo(TTypeEntry other)
           
 boolean TTypeEntry.equals(TTypeEntry other)
           
 

Method parameters in org.apache.hive.service.cli.thrift with type arguments of type TTypeEntry
 void TTypeDesc.setTypes(List<TTypeEntry> types)
           
 

Constructors in org.apache.hive.service.cli.thrift with parameters of type TTypeEntry
TTypeEntry(TTypeEntry other)
           
 

Constructor parameters in org.apache.hive.service.cli.thrift with type arguments of type TTypeEntry
TTypeDesc(List<TTypeEntry> types)
           
 



Copyright © 2012 The Apache Software Foundation