public class SqlCreateView
extends org.apache.calcite.sql.SqlCreate
Modifier and Type | Field and Description |
---|---|
static org.apache.calcite.sql.SqlSpecialOperator |
OPERATOR |
Constructor and Description |
---|
SqlCreateView(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier viewName,
org.apache.calcite.sql.SqlNodeList fieldList,
org.apache.calcite.sql.SqlNode query,
boolean replace,
boolean isTemporary,
boolean ifNotExists,
org.apache.calcite.sql.SqlCharStringLiteral comment,
org.apache.calcite.sql.SqlNodeList properties) |
Modifier and Type | Method and Description |
---|---|
String[] |
fullViewName() |
Optional<org.apache.calcite.sql.SqlCharStringLiteral> |
getComment() |
org.apache.calcite.sql.SqlNodeList |
getFieldList() |
List<org.apache.calcite.sql.SqlNode> |
getOperandList() |
Optional<org.apache.calcite.sql.SqlNodeList> |
getProperties() |
org.apache.calcite.sql.SqlNode |
getQuery() |
org.apache.calcite.sql.SqlIdentifier |
getViewName() |
boolean |
isIfNotExists() |
boolean |
isTemporary() |
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, validate
public SqlCreateView(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier viewName, org.apache.calcite.sql.SqlNodeList fieldList, org.apache.calcite.sql.SqlNode query, boolean replace, boolean isTemporary, boolean ifNotExists, org.apache.calcite.sql.SqlCharStringLiteral comment, org.apache.calcite.sql.SqlNodeList properties)
public List<org.apache.calcite.sql.SqlNode> getOperandList()
getOperandList
in class org.apache.calcite.sql.SqlCall
public org.apache.calcite.sql.SqlIdentifier getViewName()
public org.apache.calcite.sql.SqlNodeList getFieldList()
public org.apache.calcite.sql.SqlNode getQuery()
public Optional<org.apache.calcite.sql.SqlCharStringLiteral> getComment()
public Optional<org.apache.calcite.sql.SqlNodeList> getProperties()
public void unparse(org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)
unparse
in class org.apache.calcite.sql.SqlCall
public boolean isTemporary()
public boolean isIfNotExists()
public String[] fullViewName()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.