1 package com.mapd.parser.extension.ddl;
3 import com.google.gson.annotations.Expose;
6 import org.apache.calcite.sql.SqlCreate;
7 import org.apache.calcite.sql.SqlKind;
8 import org.apache.calcite.sql.SqlNode;
10 import org.apache.calcite.sql.SqlSpecialOperator;
11 import org.apache.calcite.sql.parser.SqlParserPos;
13 import java.util.List;
21 new SqlSpecialOperator(
"CREATE_DB", SqlKind.OTHER_DDL);
36 super(
OPERATOR, pos,
false, ifNotExists);
37 this.command = OPERATOR.getName();
40 this.options = optionsMap;
default String toJsonString()
HeavyDBOptionsMap options
SqlCreateDB(final SqlParserPos pos, final boolean ifNotExists, final String name, HeavyDBOptionsMap optionsMap)
static final SqlOperator OPERATOR
List< SqlNode > getOperandList()