PageRenderTime 41ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/release-0.1-rc2/hive/external/serde/src/java/org/apache/hadoop/hive/serde2/dynamic_type/DynamicSerDeFieldValue.java

#
Java | 14 lines | 9 code | 4 blank | 1 comment | 0 complexity | f4b6e99e86d11c9b658a54c077956ee8 MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. /* Generated By:JJTree: Do not edit this line. DynamicSerDeFieldValue.java */
  2. package org.apache.hadoop.hive.serde2.dynamic_type;
  3. public class DynamicSerDeFieldValue extends SimpleNode {
  4. public DynamicSerDeFieldValue(int id) {
  5. super(id);
  6. }
  7. public DynamicSerDeFieldValue(thrift_grammar p, int id) {
  8. super(p, id);
  9. }
  10. }