org.apache.hive.service.cli.thrift
Class TCLIServiceConstants

java.lang.Object
  extended by org.apache.hive.service.cli.thrift.TCLIServiceConstants

public class TCLIServiceConstants
extends Object


Field Summary
static Set<TTypeId> COLLECTION_TYPES
           
static Set<TTypeId> COMPLEX_TYPES
           
static Set<TTypeId> PRIMITIVE_TYPES
           
static Map<TTypeId,String> TYPE_NAMES
           
 
Constructor Summary
TCLIServiceConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRIMITIVE_TYPES

public static final Set<TTypeId> PRIMITIVE_TYPES

COMPLEX_TYPES

public static final Set<TTypeId> COMPLEX_TYPES

COLLECTION_TYPES

public static final Set<TTypeId> COLLECTION_TYPES

TYPE_NAMES

public static final Map<TTypeId,String> TYPE_NAMES
Constructor Detail

TCLIServiceConstants

public TCLIServiceConstants()


Copyright © 2012 The Apache Software Foundation