Uses of Class
org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeFieldRequiredness.RequirednessTypes

Packages that use DynamicSerDeFieldRequiredness.RequirednessTypes
org.apache.hadoop.hive.serde2.dynamic_type   
 

Uses of DynamicSerDeFieldRequiredness.RequirednessTypes in org.apache.hadoop.hive.serde2.dynamic_type
 

Fields in org.apache.hadoop.hive.serde2.dynamic_type declared as DynamicSerDeFieldRequiredness.RequirednessTypes
protected  DynamicSerDeFieldRequiredness.RequirednessTypes DynamicSerDeFieldRequiredness.requiredness
          Is this a required, skippable or optional field.
 

Methods in org.apache.hadoop.hive.serde2.dynamic_type that return DynamicSerDeFieldRequiredness.RequirednessTypes
 DynamicSerDeFieldRequiredness.RequirednessTypes DynamicSerDeFieldRequiredness.getRequiredness()
          Get the requiredness attribute of this field.
static DynamicSerDeFieldRequiredness.RequirednessTypes DynamicSerDeFieldRequiredness.RequirednessTypes.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DynamicSerDeFieldRequiredness.RequirednessTypes[] DynamicSerDeFieldRequiredness.RequirednessTypes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 The Apache Software Foundation