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

java.lang.Object
  extended by org.apache.hadoop.hive.serde2.dynamic_type.SimpleNode
      extended by org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeSimpleNode
All Implemented Interfaces:
Node
Direct Known Subclasses:
DynamicSerDeField, DynamicSerDeFieldList, DynamicSerDeFieldType, DynamicSerDeTypeBase

public class DynamicSerDeSimpleNode
extends SimpleNode

DynamicSerDeSimpleNode.


Field Summary
protected  int fieldid
           
protected  String name
           
protected static boolean thrift_mode
           
 
Fields inherited from class org.apache.hadoop.hive.serde2.dynamic_type.SimpleNode
children, id, parent, parser
 
Constructor Summary
DynamicSerDeSimpleNode(int i)
           
DynamicSerDeSimpleNode(thrift_grammar p, int i)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.hive.serde2.dynamic_type.SimpleNode
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

thrift_mode

protected static final boolean thrift_mode
See Also:
Constant Field Values

fieldid

protected int fieldid

name

protected String name
Constructor Detail

DynamicSerDeSimpleNode

public DynamicSerDeSimpleNode(int i)

DynamicSerDeSimpleNode

public DynamicSerDeSimpleNode(thrift_grammar p,
                              int i)


Copyright © 2010 The Apache Software Foundation