public abstract class SqlTableColumn
extends org.apache.calcite.sql.SqlCall
Modifier and Type | Class and Description |
---|---|
static class |
SqlTableColumn.SqlComputedColumn
A column derived from an expression.
|
static class |
SqlTableColumn.SqlMetadataColumn
A column derived from metadata.
|
static class |
SqlTableColumn.SqlRegularColumn
A regular, physical column.
|
Modifier and Type | Field and Description |
---|---|
protected org.apache.calcite.sql.SqlNode |
comment |
protected org.apache.calcite.sql.SqlIdentifier |
name |
Modifier and Type | Method and Description |
---|---|
Optional<org.apache.calcite.sql.SqlNode> |
getComment() |
org.apache.calcite.sql.SqlIdentifier |
getName() |
org.apache.calcite.sql.SqlOperator |
getOperator() |
void |
unparse(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
protected abstract void |
unparseColumn(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, getOperandList, isCountStar, isExpanded, operand, operandCount, setOperand, validate
protected final org.apache.calcite.sql.SqlIdentifier name
protected final org.apache.calcite.sql.SqlNode comment
protected abstract void unparseColumn(org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)
@Nonnull public org.apache.calcite.sql.SqlOperator getOperator()
getOperator
in class org.apache.calcite.sql.SqlCall
public void unparse(org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)
unparse
in class org.apache.calcite.sql.SqlCall
public org.apache.calcite.sql.SqlIdentifier getName()
public Optional<org.apache.calcite.sql.SqlNode> getComment()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.