public static class SqlTableColumn.SqlRegularColumn extends SqlTableColumn
SqlTableColumn.SqlComputedColumn, SqlTableColumn.SqlMetadataColumn, SqlTableColumn.SqlRegularColumn
comment, name
Constructor and Description |
---|
SqlRegularColumn(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier name,
org.apache.calcite.sql.SqlNode comment,
org.apache.calcite.sql.SqlDataTypeSpec type,
SqlTableConstraint constraint) |
Modifier and Type | Method and Description |
---|---|
Optional<SqlTableConstraint> |
getConstraint() |
List<org.apache.calcite.sql.SqlNode> |
getOperandList() |
org.apache.calcite.sql.SqlDataTypeSpec |
getType() |
void |
setType(org.apache.calcite.sql.SqlDataTypeSpec type) |
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 SqlRegularColumn(org.apache.calcite.sql.parser.SqlParserPos pos, org.apache.calcite.sql.SqlIdentifier name, @Nullable org.apache.calcite.sql.SqlNode comment, org.apache.calcite.sql.SqlDataTypeSpec type, @Nullable SqlTableConstraint constraint)
public org.apache.calcite.sql.SqlDataTypeSpec getType()
public void setType(org.apache.calcite.sql.SqlDataTypeSpec type)
public Optional<SqlTableConstraint> getConstraint()
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.