Uses of Class
org.apache.flink.sql.parser.ddl.TableSchemaContext.AlterTableSchemaContext
-
Packages that use TableSchemaContext.AlterTableSchemaContext Package Description org.apache.flink.sql.parser.impl -
-
Uses of TableSchemaContext.AlterTableSchemaContext in org.apache.flink.sql.parser.impl
Methods in org.apache.flink.sql.parser.impl with parameters of type TableSchemaContext.AlterTableSchemaContext Modifier and Type Method Description voidFlinkSqlParserImpl. AddOrModifyColumn(TableSchemaContext.AlterTableSchemaContext context)ParsesADD/MODIFY column_name column_data_type [...].voidFlinkSqlParserImpl. AlterTableAddOrModify(TableSchemaContext.AlterTableSchemaContext context)ParsesALTER [MATERIALIZED ]TABLE table_name ADD/MODIFY [...].
-