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

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

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

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

Methods in org.apache.hive.service.cli.thrift that return TTableSchema._Fields
 TTableSchema._Fields TTableSchema.fieldForId(int fieldId)
           
static TTableSchema._Fields TTableSchema._Fields.findByName(String name)
          Find the _Fields constant that matches name, or null if its not found.
static TTableSchema._Fields TTableSchema._Fields.findByThriftId(int fieldId)
          Find the _Fields constant that matches fieldId, or null if its not found.
static TTableSchema._Fields TTableSchema._Fields.findByThriftIdOrThrow(int fieldId)
          Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
static TTableSchema._Fields TTableSchema._Fields.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TTableSchema._Fields[] TTableSchema._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 TTableSchema._Fields
 Object TTableSchema.getFieldValue(TTableSchema._Fields field)
           
 boolean TTableSchema.isSet(TTableSchema._Fields field)
          Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
 void TTableSchema.setFieldValue(TTableSchema._Fields field, Object value)
           
 



Copyright © 2012 The Apache Software Foundation