org.apache.hive.service.cli
Class TypeDescriptor

java.lang.Object
  extended by org.apache.hive.service.cli.TypeDescriptor

public class TypeDescriptor
extends Object

TypeDescriptor.


Constructor Summary
TypeDescriptor(String typeName)
           
TypeDescriptor(TTypeDesc tTypeDesc)
           
TypeDescriptor(Type type)
           
 
Method Summary
 Type getType()
           
 String getTypeName()
           
 TypeQualifiers getTypeQualifiers()
           
 void setTypeQualifiers(TypeQualifiers typeQualifiers)
           
 TTypeDesc toTTypeDesc()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeDescriptor

public TypeDescriptor(Type type)

TypeDescriptor

public TypeDescriptor(TTypeDesc tTypeDesc)

TypeDescriptor

public TypeDescriptor(String typeName)
Method Detail

getType

public Type getType()

toTTypeDesc

public TTypeDesc toTTypeDesc()

getTypeName

public String getTypeName()

getTypeQualifiers

public TypeQualifiers getTypeQualifiers()

setTypeQualifiers

public void setTypeQualifiers(TypeQualifiers typeQualifiers)


Copyright © 2012 The Apache Software Foundation