/tags/release-0.0.0-rc0/hive/external/serde/src/java/org/apache/hadoop/hive/serde2/dynamic_type/DynamicSerDeInclude.java
# · Java · 14 lines · 9 code · 4 blank · 1 comment · 0 complexity · 1b86016ceef9b7704b729661ba56b6fd MD5 · raw file
- /* Generated By:JJTree: Do not edit this line. DynamicSerDeInclude.java */
- package org.apache.hadoop.hive.serde2.dynamic_type;
- public class DynamicSerDeInclude extends SimpleNode {
- public DynamicSerDeInclude(int id) {
- super(id);
- }
- public DynamicSerDeInclude(thrift_grammar p, int id) {
- super(p, id);
- }
- }