Uses of Class
org.apache.hive.service.cli.thrift.TColumn._Fields

Packages that use TColumn._Fields
org.apache.hive.service.cli.thrift   
 

Uses of TColumn._Fields in org.apache.hive.service.cli.thrift
 

Fields in org.apache.hive.service.cli.thrift with type parameters of type TColumn._Fields
static Map<TColumn._Fields,org.apache.thrift.meta_data.FieldMetaData> TColumn.metaDataMap
           
 

Methods in org.apache.hive.service.cli.thrift that return TColumn._Fields
protected  TColumn._Fields TColumn.enumForId(short id)
           
 TColumn._Fields TColumn.fieldForId(int fieldId)
           
static TColumn._Fields TColumn._Fields.findByName(String name)
          Find the _Fields constant that matches name, or null if its not found.
static TColumn._Fields TColumn._Fields.findByThriftId(int fieldId)
          Find the _Fields constant that matches fieldId, or null if its not found.
static TColumn._Fields TColumn._Fields.findByThriftIdOrThrow(int fieldId)
          Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
static TColumn._Fields TColumn._Fields.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TColumn._Fields[] TColumn._Fields.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 TColumn._Fields
protected  void TColumn.checkType(TColumn._Fields setField, Object value)
           
protected  org.apache.thrift.protocol.TField TColumn.getFieldDesc(TColumn._Fields setField)
           
 

Constructors in org.apache.hive.service.cli.thrift with parameters of type TColumn._Fields
TColumn(TColumn._Fields setField, Object value)
           
 



Copyright © 2012 The Apache Software Foundation