| Package | Description |
|---|---|
| org.apache.flink.sql.parser |
Flink sql parser.
|
| org.apache.flink.sql.parser.ddl |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedSqlNode.validate() |
static void |
SqlConstraintValidator.validateAndChangeColumnNullability(List<SqlTableConstraint> tableConstraints,
org.apache.calcite.sql.SqlNodeList columnList)
Check constraints and change the nullability of primary key columns.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SqlReplaceTableAs.validate() |
void |
SqlAlterTableSchema.validate() |
void |
SqlCreateTable.validate() |
void |
SqlCreateTableLike.validate() |
void |
SqlCreateTableAs.validate() |
void |
SqlTableLike.validate() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.