public class SqlDropTableMetadata extends DrillSqlCall
| Modifier and Type | Class and Description |
|---|---|
static class |
SqlDropTableMetadata.DropMetadataType
Enum for metadata types to drop.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.calcite.sql.SqlSpecialOperator |
OPERATOR |
| Constructor and Description |
|---|
SqlDropTableMetadata(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier tableName,
org.apache.calcite.sql.SqlLiteral dropType,
org.apache.calcite.sql.SqlLiteral checkMetadataExistence) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkMetadataExistence() |
SqlDropTableMetadata.DropMetadataType |
getDropType() |
String |
getName() |
List<org.apache.calcite.sql.SqlNode> |
getOperandList() |
org.apache.calcite.sql.SqlOperator |
getOperator() |
List<String> |
getSchemaPath() |
AbstractSqlHandler |
getSqlHandler(SqlHandlerConfig config) |
AbstractSqlHandler |
getSqlHandler(SqlHandlerConfig config,
Pointer<String> textPlan) |
void |
unparse(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validatepublic SqlDropTableMetadata(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier tableName,
org.apache.calcite.sql.SqlLiteral dropType,
org.apache.calcite.sql.SqlLiteral checkMetadataExistence)
public org.apache.calcite.sql.SqlOperator getOperator()
getOperator in class org.apache.calcite.sql.SqlCallpublic List<org.apache.calcite.sql.SqlNode> getOperandList()
getOperandList in class org.apache.calcite.sql.SqlCallpublic void unparse(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec)
unparse in class org.apache.calcite.sql.SqlCallpublic AbstractSqlHandler getSqlHandler(SqlHandlerConfig config, Pointer<String> textPlan)
getSqlHandler in class DrillSqlCallpublic AbstractSqlHandler getSqlHandler(SqlHandlerConfig config)
getSqlHandler in class DrillSqlCallpublic String getName()
public boolean checkMetadataExistence()
public SqlDropTableMetadata.DropMetadataType getDropType()
Copyright © 2022 The Apache Software Foundation. All rights reserved.