1 package com.mapd.parser.extension.ddl.heavysql;
3 import static java.util.Objects.requireNonNull;
5 import com.google.gson.annotations.Expose;
7 import com.mapd.parser.extension.ddl.heavysql.*;
9 import org.apache.calcite.sql.SqlDataTypeSpec;
10 import org.apache.calcite.sql.SqlIdentifier;
25 this.name = name.toString();
HeavySqlColumn(final SqlIdentifier name, final HeavySqlDataType type, final HeavySqlEncoding encoding, final HeavySqlOptionsMap options)
HeavySqlDataType dataType
HeavySqlOptionsMap options