public class SqlShowViews extends SqlShowCall
SHOW VIEWS [ ( FROM | IN ) [catalog_name.]database_name ] [ [NOT] LIKE
<sql_like_pattern> ] statement
Modifier and Type | Field and Description |
---|---|
static org.apache.calcite.sql.SqlSpecialOperator |
OPERATOR |
Constructor and Description |
---|
SqlShowViews(org.apache.calcite.sql.parser.SqlParserPos pos,
String preposition,
org.apache.calcite.sql.SqlIdentifier databaseName,
boolean notLike,
org.apache.calcite.sql.SqlCharStringLiteral likeLiteral) |
Modifier and Type | Method and Description |
---|---|
org.apache.calcite.sql.SqlOperator |
getOperator() |
getLikeSqlPattern, getLikeType, getOperandList, getPreposition, getSqlIdentifierNameList, isNotLike, isWithLike, unparse
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validate
public SqlShowViews(org.apache.calcite.sql.parser.SqlParserPos pos, String preposition, org.apache.calcite.sql.SqlIdentifier databaseName, boolean notLike, org.apache.calcite.sql.SqlCharStringLiteral likeLiteral)
public org.apache.calcite.sql.SqlOperator getOperator()
getOperator
in class SqlShowCall
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.