Package | Description |
---|---|
org.apache.flink.sql.parser.ddl |
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 | Method and Description |
---|---|
SqlTableColumn |
SqlChangeColumn.getNewColumn() |
Constructor and Description |
---|
SqlChangeColumn(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier tableName,
org.apache.calcite.sql.SqlIdentifier oldName,
SqlTableColumn newColumn,
org.apache.calcite.sql.SqlIdentifier after,
boolean first,
org.apache.calcite.sql.SqlNodeList properties) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.