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;
9 import org.apache.calcite.sql.SqlOperator;
10 import org.apache.calcite.sql.SqlSpecialOperator;
11 import org.apache.calcite.sql.parser.SqlParserPos;
13 import java.util.List;
20 new SqlSpecialOperator(
"VALIDATE_SYSTEM", SqlKind.OTHER_DDL);
32 this.command = OPERATOR.getName();
34 this.options = withOptions;
default String toJsonString()
HeavyDBOptionsMap options
static final SqlOperator OPERATOR
SqlValidateSystem(final SqlParserPos pos, final String type, HeavyDBOptionsMap withOptions)
List< SqlNode > getOperandList()