All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeDefinitionType Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
/* Generated By:JJTree: Do not edit this line. DynamicSerDeDefinitionType.java */

package org.apache.hadoop.hive.serde2.dynamic_type;

public class DynamicSerDeDefinitionType extends SimpleNode {
  public DynamicSerDeDefinitionType(int id) {
    super(id);
  }

  public DynamicSerDeDefinitionType(thrift_grammar p, int id) {
    super(p, id);
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy