public static class SqlTableColumn.SqlComputedColumn extends SqlTableColumn
SqlTableColumn.SqlComputedColumn, SqlTableColumn.SqlMetadataColumn, SqlTableColumn.SqlRegularColumn
comment, name
Constructor and Description |
---|
SqlComputedColumn(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier name,
org.apache.calcite.sql.SqlNode comment,
org.apache.calcite.sql.SqlNode expr) |
Modifier and Type | Method and Description |
---|---|
org.apache.calcite.sql.SqlNode |
getExpr() |
List<org.apache.calcite.sql.SqlNode> |
getOperandList() |
protected void |
unparseColumn(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
getComment, getName, getOperator, unparse
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validate
public SqlComputedColumn(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier name, @Nullable org.apache.calcite.sql.SqlNode comment, org.apache.calcite.sql.SqlNode expr)
public org.apache.calcite.sql.SqlNode getExpr()
protected void unparseColumn(org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)
unparseColumn
in class SqlTableColumn
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.