Package org.apache.flink.sql.parser.ddl
package org.apache.flink.sql.parser.ddl
-
ClassDescriptionAdd Jar command to add jar into the classloader.ALTER TABLE DDL to add partitions to a table.Alter table add partition context.Abstract class to describe statements like ALTER CATALOG catalog_name.ALTER CATALOG catalog_name COMMENT 'comment'.ALTER CATALOG catalog_name SET (key1=val1, ...).ALTER CATALOG catalog_name RESET (key1, ...).ALTER Database DDL sql call.Alter Function Sql Call.Abstract class to describe statements like ALTER MATERIALIZED TABLE [catalogName.]SqlNode to describe the ALTER TABLE [catalogName.]SqlNode to describe ALTER MATERIALIZED TABLE [catalogName.]SqlNode to describe ALTER MATERIALIZED TABLE [catalog_name.]SqlNode to describe ALTER MATERIALIZED TABLE [catalog_name.]SqlNode to describe ALTER MATERIALIZED TABLE [catalog_name.]SqlNode to describe ALTER MATERIALIZED TABLE [catalog_name.]SqlNode to describe ALTER MATERIALIZED TABLE [catalog_name.]SqlNode to describe ALTER MATERIALIZED TABLE [catalog_name.]ALTER MODEL [IF EXISTS] [[catalogName.] dataBasesName].modelName SET ( name=value [, name=value]*).Abstract class to describe statements like ALTER TABLE [IF EXISTS] [[catalogName.]Alter table context.SqlNode to describe ALTER TABLE [IF EXISTS] table_name ADD column/constraint/watermark clause.ALTER TABLE [IF EXISTS] [catalog_name.]SqlNode to describe ALTER TABLE [IF EXISTS] table_name DROP column clause.ALTER TABLE [IF EXISTS] [catalog_name.]SqlNode to describe ALTER TABLE [IF EXISTS] table_name DROP DISTRIBUTION clause.ALTER TABLE [IF EXISTS] [catalog_name.]SqlNode to describe ALTER TABLE [IF EXISTS] table_name DROP watermark clause.SqlNode to describe ALTER TABLE [IF EXISTS] table_name MODIFY column/constraint/watermark clause.ALTER TABLE [IF EXISTS] [[catalogName.] dataBasesName].tableName SET ( name=value [, name=value]*).ALTER TABLE [IF EXISTS] [[catalogName.] dataBasesName].tableName RENAME TO [[catalogName.]ALTER TABLE [IF EXISTS] [[catalogName.] dataBasesName].tableName RENAME originColumnName TO newColumnName.ALTER TABLE [IF EXISTS] [[catalogName.] dataBasesName].tableName RESET ( 'key1' [, 'key2']*).Abstract class to describe statements which are used to alter table schema.Abstract class to describe ALTER VIEW statements.ALTER DDL to change a view's query.ALTER DDL to change properties of a view.ALTER DDL to rename a view.ANALYZE TABLE to compute the statistics for a given table.AST node for
COMPILE PLAN 'planfile' [IF NOT EXISTS] FOR [DML].CREATE CATALOG DDL sql call.CREATE Database DDL sql call.CREATE FUNCTION DDL sql call.CREATE MATERIALIZED TABLE DDL sql call.SqlNodeto describe the CREATE MODEL syntax.SqlNodeto describe the CREATE MODEL AS syntax.CREATE TABLE DDL sql call.Table creation context.SqlNodeto describe the CREATE TABLE AS syntax.SqlNodeto describe the CREATE TABLE LIKE syntax.CREATE VIEW DDL sql call.Distribution statement in CREATE TABLE DDL, e.g.DROP CATALOG DDL sql call.DROP DATABASE DDL sql call.DROP FUNCTION DDL sql call.DROP MATERIALIZED TABLE DDL sql call.SqlNodeto describe the DROP MODEL [IF EXISTS] [[catalogName.] dataBasesName].modelName syntax.ALTER TABLE DDL to drop partitions of a table.Alter table add partition context.DROP TABLE DDL sql call.DROP VIEW DDL sql call.Enumeration of materialized table refresh mode.REMOVE JAR sql call to remove jar from the classloader.SqlNodeto describe the [CREATE OR] REPLACE TABLE AS (RTAS) syntax.SQL call for "RESET" and "RESET 'key'".SQL call for "SET" and "SET 'key' = 'value'".The command to stop a flink job.Table column of a CREATE TABLE DDL.A column derived from an expression.A column derived from metadata.A regular, physical column.ALIKEclause in aCREATE TABLEstatement.A feature of a table descriptor that will be merged into the new table.A strategy that describes how the features of the parent source table should be merged with the features of the newly created table.A pair ofSqlTableLike.MergingStrategyandSqlTableLike.FeatureOption.Table options of a DDL, a key-value pair with both key and value as string literal.USE CATALOG sql call.USE [catalog.]database sql call.USE MODULES sql call.Watermark statement in CREATE TABLE DDL, e.g.