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

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.DynamicSerDeFieldType
All Implemented Interfaces:
Node

public class DynamicSerDeFieldType
extends DynamicSerDeSimpleNode


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
DynamicSerDeFieldType(int i)
           
DynamicSerDeFieldType(thrift_grammar p, int i)
           
 
Method Summary
protected  DynamicSerDeTypeBase getMyType()
           
 
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
 

Constructor Detail

DynamicSerDeFieldType

public DynamicSerDeFieldType(int i)

DynamicSerDeFieldType

public DynamicSerDeFieldType(thrift_grammar p,
                             int i)
Method Detail

getMyType

protected DynamicSerDeTypeBase getMyType()


Copyright © 2009 The Apache Software Foundation