Uses of Class
org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTable
Packages that use SqlAlterMaterializedTable
-
Uses of SqlAlterMaterializedTable in org.apache.flink.sql.parser.ddl
Subclasses of SqlAlterMaterializedTable in org.apache.flink.sql.parser.ddlModifier and TypeClassDescriptionclassSqlNode to describe the ALTER TABLE [catalogName.]classSqlNode to describe ALTER MATERIALIZED TABLE [catalogName.]classSqlNode to describe ALTER MATERIALIZED TABLE [catalog_name.]classSqlNode to describe ALTER MATERIALIZED TABLE [catalog_name.]classSqlNode to describe ALTER MATERIALIZED TABLE [catalog_name.]classSqlNode to describe ALTER MATERIALIZED TABLE [catalog_name.]classSqlNode to describe ALTER MATERIALIZED TABLE [catalog_name.]classSqlNode to describe ALTER MATERIALIZED TABLE [catalog_name.] -
Uses of SqlAlterMaterializedTable in org.apache.flink.sql.parser.impl
Methods in org.apache.flink.sql.parser.impl that return SqlAlterMaterializedTableModifier and TypeMethodDescriptionFlinkSqlParserImpl.SqlAlterMaterializedTable()Parses alter materialized table.