| 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 |
| Class and Description |
|---|
| SqlWatermark
Watermark statement in CREATE TABLE DDL, e.g.
|
| Class and Description |
|---|
| SqlAlterTable
Abstract class to describe statements like ALTER TABLE [IF EXISTS] [[catalogName.]
dataBasesName].tableName ...
|
| SqlAlterTableSchema
Abstract class to describe statements which are used to alter table schema.
|
| SqlAlterView
Abstract class to describe ALTER VIEW statements.
|
| SqlCreateTable
CREATE TABLE DDL sql call.
|
| SqlCreateTable.TableCreationContext
Table creation context.
|
| SqlTableColumn
Table column of a CREATE TABLE DDL.
|
| SqlTableLike
A
LIKE clause in a CREATE TABLE statement. |
| 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 of
SqlTableLike.MergingStrategy and SqlTableLike.FeatureOption. |
| SqlWatermark
Watermark statement in CREATE TABLE DDL, e.g.
|
| Class and Description |
|---|
| SqlTableColumn
Table column of a CREATE TABLE DDL.
|
| Class and Description |
|---|
| SqlAddJar
Add Jar command to add jar into the classloader.
|
| SqlAddPartitions.AlterTableAddPartitionContext
Alter table add partition context.
|
| SqlAlterDatabase
ALTER Database DDL sql call.
|
| SqlAlterFunction
Alter Function Sql Call.
|
| SqlAlterTable
Abstract class to describe statements like ALTER TABLE [IF EXISTS] [[catalogName.]
dataBasesName].tableName ...
|
| SqlAlterTable.AlterTableContext
Alter table context.
|
| SqlAlterView
Abstract class to describe ALTER VIEW statements.
|
| SqlCreateTable.TableCreationContext
Table creation context.
|
| 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
A
LIKE clause in a CREATE TABLE statement. |
| SqlTableLike.SqlTableLikeOption
A pair of
SqlTableLike.MergingStrategy and SqlTableLike.FeatureOption. |
| SqlUseCatalog
USE CATALOG sql call.
|
| SqlUseDatabase
USE [catalog.]database sql call.
|
| SqlUseModules
USE MODULES sql call.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.