public class SqlAlterHiveViewProperties extends SqlAlterViewProperties
ALTER VIEW [db_name.]view_name SET TBLPROPERTIES table_properties;
OPERATOR, viewIdentifier
Constructor and Description |
---|
SqlAlterHiveViewProperties(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier tableName,
org.apache.calcite.sql.SqlNodeList propertyList) |
Modifier and Type | Method and Description |
---|---|
void |
unparse(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
getOperandList, getPropertyList
fullViewName, getOperator, getViewIdentifier
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validate
public SqlAlterHiveViewProperties(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier tableName, org.apache.calcite.sql.SqlNodeList propertyList)
public void unparse(org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)
unparse
in class SqlAlterViewProperties
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.