Uses of Package
org.apache.flink.sql.parser.ddl
-
Packages that use org.apache.flink.sql.parser.ddl Package Description org.apache.flink.sql.parser Flink sql parser.org.apache.flink.sql.parser.ddl org.apache.flink.sql.parser.ddl.position org.apache.flink.sql.parser.impl -
Classes in org.apache.flink.sql.parser.ddl used by org.apache.flink.sql.parser Class Description SqlWatermark Watermark statement in CREATE TABLE DDL, e.g. -
Classes in org.apache.flink.sql.parser.ddl used by org.apache.flink.sql.parser.ddl Class Description SqlAlterCatalog Abstract class to describe statements like ALTER CATALOG catalog_name.SqlAlterMaterializedTable Abstract class to describe statements like ALTER MATERIALIZED TABLE [catalogName.]SqlAlterTable Abstract class to describe statements like ALTER TABLE [IF EXISTS] [[catalogName.]SqlAlterTableSchema Abstract class to describe statements which are used to alter table schema.SqlAlterView Abstract class to describe ALTER VIEW statements.SqlCreateModel SqlNodeto describe the CREATE MODEL syntax.SqlCreateTable CREATE TABLE DDL sql call.SqlCreateTable.TableCreationContext Table creation context.SqlDistribution Distribution statement in CREATE TABLE DDL, e.g.SqlRefreshMode Enumeration of materialized table refresh mode.SqlTableColumn Table column of a CREATE TABLE DDL.SqlTableLike ALIKEclause in aCREATE TABLEstatement.SqlTableLike.FeatureOption A feature of a table descriptor that will be merged into the new table.SqlTableLike.MergingStrategy A strategy that describes how the features of the parent source table should be merged with the features of the newly created table.SqlTableLike.SqlTableLikeOption A pair ofSqlTableLike.MergingStrategyandSqlTableLike.FeatureOption.SqlWatermark Watermark statement in CREATE TABLE DDL, e.g. -
Classes in org.apache.flink.sql.parser.ddl used by org.apache.flink.sql.parser.ddl.position Class Description SqlTableColumn Table column of a CREATE TABLE DDL. -
Classes in org.apache.flink.sql.parser.ddl used by org.apache.flink.sql.parser.impl Class Description SqlAddJar Add Jar command to add jar into the classloader.SqlAddPartitions.AlterTableAddPartitionContext Alter table add partition context.SqlAlterCatalog Abstract class to describe statements like ALTER CATALOG catalog_name.SqlAlterDatabase ALTER Database DDL sql call.SqlAlterFunction Alter Function Sql Call.SqlAlterMaterializedTable Abstract class to describe statements like ALTER MATERIALIZED TABLE [catalogName.]SqlAlterModel ALTER MODEL [IF EXISTS] [[catalogName.] dataBasesName].modelName SET ( name=value [, name=value]*).SqlAlterTable Abstract class to describe statements like ALTER TABLE [IF EXISTS] [[catalogName.]SqlAlterTable.AlterTableContext Alter table context.SqlAlterView Abstract class to describe ALTER VIEW statements.SqlCreateTable.TableCreationContext Table creation context.SqlDistribution Distribution statement in CREATE TABLE DDL, e.g.SqlDropPartitions.AlterTableDropPartitionsContext Alter table add partition context.SqlRemoveJar REMOVE JAR sql call to remove jar from the classloader.SqlStopJob The command to stop a flink job.SqlTableColumn Table column of a CREATE TABLE DDL.SqlTableLike ALIKEclause in aCREATE TABLEstatement.SqlTableLike.SqlTableLikeOption A pair ofSqlTableLike.MergingStrategyandSqlTableLike.FeatureOption.SqlUseCatalog USE CATALOG sql call.SqlUseDatabase USE [catalog.]database sql call.SqlUseModules USE MODULES sql call.