org.apache.hadoop.hive.serde2.dynamic_type
Class DynamicSerDeStruct

java.lang.Object
  extended by org.apache.hadoop.hive.serde2.dynamic_type.SimpleNode
      extended by org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeSimpleNode
          extended by org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBase
              extended by org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStructBase
                  extended by org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStruct
All Implemented Interfaces:
Serializable, Node

public class DynamicSerDeStruct
extends DynamicSerDeStructBase

DynamicSerDeStruct.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeSimpleNode
fieldid, name, thrift_mode
 
Fields inherited from class org.apache.hadoop.hive.serde2.dynamic_type.SimpleNode
children, id, parent, parser
 
Constructor Summary
DynamicSerDeStruct(int i)
           
DynamicSerDeStruct(thrift_grammar p, int i)
           
 
Method Summary
 DynamicSerDeFieldList getFieldList()
           
 byte getType()
           
 String toString()
           
 
Methods inherited from class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeStructBase
deserialize, getRealType, initialize, isPrimitive, serialize
 
Methods inherited from class org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBase
get, isList, isMap
 
Methods inherited from class org.apache.hadoop.hive.serde2.dynamic_type.SimpleNode
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DynamicSerDeStruct

public DynamicSerDeStruct(int i)

DynamicSerDeStruct

public DynamicSerDeStruct(thrift_grammar p,
                          int i)
Method Detail

toString

public String toString()
Overrides:
toString in class DynamicSerDeTypeBase

getFieldList

public DynamicSerDeFieldList getFieldList()
Specified by:
getFieldList in class DynamicSerDeStructBase

getType

public byte getType()
Overrides:
getType in class DynamicSerDeTypeBase


Copyright © 2011 The Apache Software Foundation