public class SqlShowTables extends DrillSqlCall
| Modifier and Type | Field and Description |
|---|---|
static org.apache.calcite.sql.SqlSpecialOperator |
OPERATOR |
| Constructor and Description |
|---|
SqlShowTables(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier db,
org.apache.calcite.sql.SqlNode likePattern,
org.apache.calcite.sql.SqlNode whereClause) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.sql.SqlIdentifier |
getDb() |
org.apache.calcite.sql.SqlNode |
getLikePattern() |
List<org.apache.calcite.sql.SqlNode> |
getOperandList() |
org.apache.calcite.sql.SqlOperator |
getOperator() |
AbstractSqlHandler |
getSqlHandler(SqlHandlerConfig config) |
org.apache.calcite.sql.SqlNode |
getWhereClause() |
void |
unparse(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
getSqlHandleraccept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validatepublic SqlShowTables(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier db,
org.apache.calcite.sql.SqlNode likePattern,
org.apache.calcite.sql.SqlNode whereClause)
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)
getSqlHandler in class DrillSqlCallpublic org.apache.calcite.sql.SqlIdentifier getDb()
public org.apache.calcite.sql.SqlNode getLikePattern()
public org.apache.calcite.sql.SqlNode getWhereClause()
Copyright © 2021 The Apache Software Foundation. All rights reserved.