1 package com.mapd.parser.extension.ddl;
3 import com.google.gson.annotations.Expose;
7 import org.apache.calcite.sql.SqlKind;
9 import org.apache.calcite.sql.SqlSpecialOperator;
10 import org.apache.calcite.sql.parser.SqlParserPos;
17 new SqlSpecialOperator(
"DUMP_TABLE", SqlKind.OTHER_DDL);
33 this.options = withOptions;
static final SqlOperator OPERATOR
SqlDumpTable(final SqlParserPos pos, final String tableName, final String filePath, HeavyDBOptionsMap withOptions)
HeavyDBOptionsMap options