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

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.DynamicSerDeFunction
All Implemented Interfaces:
Serializable, Node

public class DynamicSerDeFunction
extends DynamicSerDeStructBase

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
DynamicSerDeFunction(int i)
           
DynamicSerDeFunction(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

DynamicSerDeFunction

public DynamicSerDeFunction(int i)

DynamicSerDeFunction

public DynamicSerDeFunction(thrift_grammar p,
                            int i)
Method Detail

getFieldList

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

toString

public String toString()
Overrides:
toString in class DynamicSerDeTypeBase

getType

public byte getType()
Overrides:
getType in class DynamicSerDeTypeBase


Copyright © 2009 The Apache Software Foundation