PageRenderTime 42ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/release-0.0.0-rc0/hive/external/serde/src/java/org/apache/hadoop/hive/serde2/dynamic_type/DynamicSerDeFunctionType.java

#
Java | 14 lines | 9 code | 4 blank | 1 comment | 0 complexity | 249b6477f3a3dff04e79dc7e2f011077 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. DynamicSerDeFunctionType.java */
  2. package org.apache.hadoop.hive.serde2.dynamic_type;
  3. public class DynamicSerDeFunctionType extends SimpleNode {
  4. public DynamicSerDeFunctionType(int id) {
  5. super(id);
  6. }
  7. public DynamicSerDeFunctionType(thrift_grammar p, int id) {
  8. super(p, id);
  9. }
  10. }