All Classes Interface Summary Class Summary Enum Summary Exception Summary Error Summary
| Class |
Description |
| ExtendedRelTypeFactory |
A factory for creating RelDataType instances including Flink-specific extensions.
|
| ExtendedSqlCollectionTypeNameSpec |
A extended sql type name specification of collection type, different with SqlCollectionTypeNameSpec, we support NULL or NOT NULL suffix for the element type name(this
syntax does not belong to standard SQL).
|
| ExtendedSqlNode |
An remark interface which should be inherited by extended sql nodes which are not supported by
Calcite core parser.
|
| ExtendedSqlRowTypeNameSpec |
A sql type name specification of ROW type.
|
| FlinkSqlConformance |
Sql conformance used for flink to set specific sql dialect parser.
|
| FlinkSqlParserImpl |
SQL parser, generated from Parser.jj by JavaCC.
|
| FlinkSqlParserImplConstants |
|
| FlinkSqlParserImplTokenManager |
|
| ParseException |
This exception is thrown when parse errors are encountered.
|
| ParserResource |
Compiler-checked resources for the Flink SQL parser.
|
| RichSqlInsert |
A SqlInsert that have some extension functions like partition, overwrite.
|
| RichSqlInsertKeyword |
Defines the keywords that can occur immediately after the "INSERT" keyword.
|
| SimpleCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
| SqlAddJar |
Add Jar command to add jar into the classloader.
|
| SqlAddPartitions |
ALTER TABLE DDL to add partitions to a table.
|
| 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.
|
| SqlAlterTableAdd |
SqlNode to describe ALTER TABLE [IF EXISTS] table_name ADD column/constraint/watermark clause.
|
| SqlAlterTableAddConstraint |
ALTER TABLE [IF EXISTS] [catalog_name.][db_name.]table_name ADD [CONSTRAINT constraint_name]
(PRIMARY KEY | UNIQUE) (column, ...) [[NOT] ENFORCED].
|
| SqlAlterTableCompact |
ALTER TABLE [IF EXISTS] [[catalogName.] dataBasesName].tableName [PARTITION partition_spec]
COMPACT.
|
| SqlAlterTableDropColumn |
SqlNode to describe ALTER TABLE [IF EXISTS] table_name DROP column clause.
|
| SqlAlterTableDropConstraint |
ALTER TABLE [IF EXISTS] [catalog_name.][db_name.]table_name DROP CONSTRAINT constraint_name.
|
| SqlAlterTableDropPrimaryKey |
ALTER TABLE [IF EXISTS] [catalog_name.][db_name.]table_name DROP PRIMARY KEY.
|
| SqlAlterTableDropWatermark |
SqlNode to describe ALTER TABLE [IF EXISTS] table_name DROP watermark clause.
|
| SqlAlterTableModify |
SqlNode to describe ALTER TABLE [IF EXISTS] table_name MODIFY column/constraint/watermark clause.
|
| SqlAlterTableOptions |
ALTER TABLE [IF EXISTS] [[catalogName.] dataBasesName].tableName SET ( name=value [,
name=value]*).
|
| SqlAlterTableRename |
ALTER TABLE [IF EXISTS] [[catalogName.] dataBasesName].tableName RENAME TO [[catalogName.]
dataBasesName].newTableName.
|
| SqlAlterTableRenameColumn |
ALTER TABLE [IF EXISTS] [[catalogName.] dataBasesName].tableName RENAME originColumnName TO
newColumnName.
|
| SqlAlterTableReset |
ALTER TABLE [IF EXISTS] [[catalogName.] dataBasesName].tableName RESET ( 'key1' [, 'key2']*).
|
| SqlAlterTableSchema |
Abstract class to describe statements which are used to alter table schema.
|
| SqlAlterView |
Abstract class to describe ALTER VIEW statements.
|
| SqlAlterViewAs |
ALTER DDL to change a view's query.
|
| SqlAlterViewProperties |
ALTER DDL to change properties of a view.
|
| SqlAlterViewRename |
ALTER DDL to rename a view.
|
| SqlAnalyzeTable |
ANALYZE TABLE to compute the statistics for a given table.
|
| SqlBeginStatementSet |
BEGIN STATEMENT SET.
|
| SqlColumnPosSpec |
Enumeration of SQL column position specification.
|
| SqlCompileAndExecutePlan |
AST node for COMPILE AND EXECUTE PLAN 'planfile' FOR [DML].
|
| SqlCompilePlan |
AST node for COMPILE PLAN 'planfile' [IF NOT EXISTS] FOR [DML].
|
| SqlConstraintEnforcement |
Enumeration of SQL constraint enforcement.
|
| SqlConstraintValidator |
|
| SqlCreateCatalog |
CREATE CATALOG DDL sql call.
|
| SqlCreateDatabase |
CREATE Database DDL sql call.
|
| SqlCreateFunction |
CREATE FUNCTION DDL sql call.
|
| SqlCreateTable |
CREATE TABLE DDL sql call.
|
| SqlCreateTable.TableCreationContext |
Table creation context.
|
| SqlCreateTableAs |
SqlNode to describe the CREATE TABLE AS syntax.
|
| SqlCreateTableLike |
SqlNode to describe the CREATE TABLE LIKE syntax.
|
| SqlCreateView |
CREATE VIEW DDL sql call.
|
| SqlDescribeCatalog |
DESCRIBE CATALOG sql call.
|
| SqlDescribeDatabase |
DESCRIBE DATABASE [ EXTENDED] [ databaseName.] dataBasesName sql call.
|
| SqlDropCatalog |
DROP CATALOG DDL sql call.
|
| SqlDropDatabase |
DROP DATABASE DDL sql call.
|
| SqlDropFunction |
DROP FUNCTION DDL sql call.
|
| SqlDropPartitions |
ALTER TABLE DDL to drop partitions of a table.
|
| SqlDropPartitions.AlterTableDropPartitionsContext |
Alter table add partition context.
|
| SqlDropTable |
DROP TABLE DDL sql call.
|
| SqlDropView |
DROP VIEW DDL sql call.
|
| SqlEndStatementSet |
END.
|
| SqlExecute |
SqlExecute contains a statement to execute.
|
| SqlExecutePlan |
AST node for EXECUTE PLAN 'planfile'.
|
| SqlLoadModule |
LOAD MODULE sql call.
|
| SqlMapTypeNameSpec |
Parse SQL MAP type, i.e.
|
| SqlPartitionSpecProperty |
Properties of PartitionSpec, a key-value pair with key as component identifier and value as
string literal.
|
| SqlPartitionUtils |
Utils methods for partition DDLs.
|
| SqlProperty |
Properties of a DDL, a key-value pair with key as component identifier and value as string
literal.
|
| SqlRawTypeNameSpec |
Represents a raw type such as RAW('org.my.Class', 'sW3Djsds...').
|
| SqlRemoveJar |
REMOVE JAR sql call to remove jar from the classloader.
|
| SqlReplaceTableAs |
SqlNode to describe the [CREATE OR] REPLACE TABLE AS (RTAS) syntax.
|
| SqlReset |
SQL call for "RESET" and "RESET 'key'".
|
| SqlResource |
SqlNode to describe resource type and its path information.
|
| SqlResourceType |
Enumeration of SQL resource type specification.
|
| SqlRichDescribeTable |
DESCRIBE [ EXTENDED] [[catalogName.] dataBasesName].sqlIdentifier sql call.
|
| SqlRichExplain |
EXPLAIN [PLAN FOR | (ESTIMATED_COST | CHANGELOG_MODE | JSON_EXECUTION_PLAN |
ANALYZED_PHYSICAL_PLAN) (,(ESTIMATED_COST | CHANGELOG_MODE | JSON_EXECUTION_PLAN |
PLAN_ADVICE))*] STATEMENT sql call.
|
| SqlSet |
SQL call for "SET" and "SET 'key' = 'value'".
|
| SqlShowCatalogs |
SHOW CATALOGS sql call.
|
| SqlShowColumns |
Show [[catalog.] dataBasesName.]sqlIdentifier sql call.
|
| SqlShowCreate |
|
| SqlShowCreateTable |
SHOW CREATE TABLE sql call.
|
| SqlShowCreateView |
SHOW CREATE VIEW sql call.
|
| SqlShowCurrentCatalog |
SHOW CURRENT CATALOG sql call.
|
| SqlShowCurrentDatabase |
Show current database.
|
| SqlShowDatabases |
SHOW Databases sql call.
|
| SqlShowFunctions |
Show Functions sql call.
|
| SqlShowJars |
SHOW JARS sql call.
|
| SqlShowJobs |
The command to list running flink jobs in a cluster.
|
| SqlShowModules |
SHOW [FULL] MODULES sql call.
|
| SqlShowPartitions |
SHOW PARTITIONS sql call.
|
| SqlShowProcedures |
SHOW PROCEDURES sql call.
|
| SqlShowTables |
SHOW Tables sql call.
|
| SqlShowViews |
SHOW VIEWS sql call.
|
| SqlStatementSet |
Statement Set contains a group of inserts.
|
| SqlStopJob |
The command to stop a flink job.
|
| SqlTableColumn |
Table column of a CREATE TABLE DDL.
|
| SqlTableColumn.SqlComputedColumn |
A column derived from an expression.
|
| SqlTableColumn.SqlMetadataColumn |
A column derived from metadata.
|
| SqlTableColumn.SqlRegularColumn |
A regular, physical column.
|
| SqlTableColumnPosition |
SqlNode to describe table column and its position.
|
| SqlTableConstraint |
Table constraint of a table definition.
|
| 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 |
|
| SqlTableOption |
Table options of a DDL, a key-value pair with both key and value as string literal.
|
| SqlTimestampLtzTypeNameSpec |
Represents type TIMESTAMP_LTZ(int) which is a synonym of type TIMESTAMP(int) WITH LOCAL TIME
ZONE.
|
| SqlTruncateTable |
SqlNode to describe TRUNCATE TABLE statement.
|
| SqlUniqueSpec |
Enumeration of SQL unique specification.
|
| SqlUnloadModule |
UNLOAD MODULE sql call.
|
| SqlUnparseUtils |
Utils to unparse DDLs.
|
| SqlUnresolvedTryCastFunction |
This is the unresolved version of TRY_CAST.
|
| SqlUseCatalog |
USE CATALOG sql call.
|
| SqlUseDatabase |
USE [catalog.]database sql call.
|
| SqlUseModules |
USE MODULES sql call.
|
| SqlValidateException |
SQL parse Exception.
|
| SqlWatermark |
Watermark statement in CREATE TABLE DDL, e.g.
|
| Token |
Describes the input token stream.
|
| TokenMgrError |
|