1 package com.mapd.parser.extension.ddl;
3 import com.google.gson.annotations.Expose;
6 import org.apache.calcite.sql.SqlKind;
8 import org.apache.calcite.sql.SqlSpecialOperator;
9 import org.apache.calcite.sql.parser.SqlParserPos;
16 new SqlSpecialOperator(
"VALIDATE_SYSTEM", SqlKind.OTHER_DDL);
27 this.options = withOptions;
HeavyDBOptionsMap options
static final SqlOperator OPERATOR
SqlValidateSystem(final SqlParserPos pos, final String type, HeavyDBOptionsMap withOptions)