public class SqlDropCatalog
extends org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlDrop
ifExists
Constructor and Description |
---|
SqlDropCatalog(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.parser.SqlParserPos pos,
boolean ifExists,
org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlNode catalogName) |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.jdbc.CalcitePrepare.Context context) |
java.util.List<org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlNode> |
getOperandList() |
void |
unparse(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
getOperator
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validate
public SqlDropCatalog(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.parser.SqlParserPos pos, boolean ifExists, org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlNode catalogName)
public void unparse(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)
unparse
in class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlCall
public void execute(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.jdbc.CalcitePrepare.Context context)
public java.util.List<org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlNode> getOperandList()
getOperandList
in class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlCall