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

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

public class DynamicSerDeField
extends DynamicSerDeSimpleNode

DynamicSerDeField.


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
DynamicSerDeField(int i)
           
DynamicSerDeField(thrift_grammar p, int i)
           
 
Method Summary
 DynamicSerDeFieldType getFieldType()
           
 boolean isSkippable()
           
 
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

DynamicSerDeField

public DynamicSerDeField(int i)

DynamicSerDeField

public DynamicSerDeField(thrift_grammar p,
                         int i)
Method Detail

isSkippable

public boolean isSkippable()

getFieldType

public DynamicSerDeFieldType getFieldType()


Copyright © 2011 The Apache Software Foundation