Uses of Class
org.apache.flink.sql.parser.ddl.SqlAlterMaterializedTable
-
Packages that use SqlAlterMaterializedTable Package Description org.apache.flink.sql.parser.ddl org.apache.flink.sql.parser.impl -
-
Uses of SqlAlterMaterializedTable in org.apache.flink.sql.parser.ddl
Subclasses of SqlAlterMaterializedTable in org.apache.flink.sql.parser.ddl Modifier and Type Class Description classSqlAlterMaterializedTableFreshnessSqlNode to describe ALTER MATERIALIZED TABLE [catalogName.]classSqlAlterMaterializedTableOptionsSqlNode to describe ALTER MATERIALIZED TABLE [catalog_name.]classSqlAlterMaterializedTableRefreshSqlNode to describe ALTER MATERIALIZED TABLE [catalog_name.]classSqlAlterMaterializedTableRefreshModeSqlNode to describe ALTER MATERIALIZED TABLE [catalog_name.]classSqlAlterMaterializedTableResetSqlNode to describe ALTER MATERIALIZED TABLE [catalog_name.]classSqlAlterMaterializedTableResumeSqlNode to describe ALTER MATERIALIZED TABLE [catalog_name.]classSqlAlterMaterializedTableSuspendSqlNode 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 SqlAlterMaterializedTable Modifier and Type Method Description SqlAlterMaterializedTableFlinkSqlParserImpl. SqlAlterMaterializedTable()Parses alter materialized table.
-