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.validate(SqlTableConstraint constraint)
Check table constraint.
|
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 |
SqlTableLike.validate() |
void |
SqlCreateTable.validate() |
void |
SqlCreateTableAs.validate() |
void |
SqlCreateTableLike.validate() |
void |
SqlCreateModelAs.validate() |
void |
SqlReplaceTableAs.validate() |
void |
SqlCreateModel.validate() |
void |
SqlAlterTableSchema.validate() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.