Uses of Interface
org.apache.flink.table.operations.ExecutableOperation
-
-
Uses of ExecutableOperation in org.apache.flink.table.legacy.operations.ddl
Classes in org.apache.flink.table.legacy.operations.ddl that implement ExecutableOperation Modifier and Type Class Description class
AlterTableOptionsOperation
Deprecated.Please useAlterTableChangeOperation
instead. -
Uses of ExecutableOperation in org.apache.flink.table.operations
Subinterfaces of ExecutableOperation in org.apache.flink.table.operations Modifier and Type Interface Description interface
CallProcedureOperation
AOperation
that describes the call procedure statement.interface
ShowOperation
AnOperation
that show one kind of objects, e.g.interface
UseOperation
AnOperation
that describes the catalog/database switch statements, e.g.Classes in org.apache.flink.table.operations that implement ExecutableOperation Modifier and Type Class Description class
AbstractShowOperation
Base class for SHOW operations.class
DescribeCatalogOperation
Operation to describe a DESCRIBE CATALOG catalog_name statement.class
DescribeTableOperation
Operation to describe a DESCRIBE [EXTENDED] [[catalogName.] dataBasesName].sqlIdentifier statement.class
LoadModuleOperation
Operation to describe a LOAD MODULE statement.class
ShowCatalogsOperation
Operation to describe a SHOW CATALOGS statement.class
ShowColumnsOperation
Operation to describe a SHOW COLUMNS statement.class
ShowCreateCatalogOperation
Operation to describe a SHOW CREATE CATALOG statement.class
ShowCreateTableOperation
Operation to describe a SHOW CREATE TABLE statement.class
ShowCreateViewOperation
Operation to describe a SHOW CREATE VIEW statement.class
ShowCurrentCatalogOperation
Operation to describe a SHOW CURRENT CATALOG statement.class
ShowCurrentDatabaseOperation
Operation to describe SHOW CURRENT DATABASE operation.class
ShowDatabasesOperation
Operation to describe a SHOW DATABASES statement.class
ShowFunctionsOperation
Operation to describe a SHOW FUNCTIONS statement.class
ShowModulesOperation
Operation to describe a SHOW [FULL] MODULES statement.class
ShowPartitionsOperation
Operation to describe a SHOW PARTITIONS statement.class
ShowProceduresOperation
Operation to describe a SHOW PROCEDURES statement.class
ShowTablesOperation
Operation to describe a SHOW TABLES statement.class
ShowViewsOperation
Operation to describe a SHOW VIEWS statement.class
TruncateTableOperation
Operation to describe anTRUNCATE TABLE
statement.class
UnloadModuleOperation
Operation to describe an UNLOAD MODULE statement.class
UseCatalogOperation
Operation to describe a USE CATALOG statement.class
UseDatabaseOperation
Operation to describe a USE [catalogName.]dataBaseName statement.class
UseModulesOperation
Operation to describe a USE MODULES statement. -
Uses of ExecutableOperation in org.apache.flink.table.operations.command
Classes in org.apache.flink.table.operations.command that implement ExecutableOperation Modifier and Type Class Description class
AddJarOperation
Operation to describe an ADD JAR statement.class
DescribeJobOperation
Operation to describe a DESCRIBE JOB statement.class
ShowJarsOperation
Operation to describe a SHOW JARS statement.class
ShowJobsOperation
Operation to describe a SHOW JOBS statement. -
Uses of ExecutableOperation in org.apache.flink.table.operations.ddl
Subinterfaces of ExecutableOperation in org.apache.flink.table.operations.ddl Modifier and Type Interface Description interface
AlterOperation
AOperation
that describes the DDL statements, e.g.interface
CreateOperation
AOperation
that describes the DDL statements, e.g.interface
DropOperation
AOperation
that describes the DROP DDL statements, e.g.Classes in org.apache.flink.table.operations.ddl that implement ExecutableOperation Modifier and Type Class Description class
AddPartitionsOperation
Operation to describe ALTER TABLE ADD PARTITION statement.class
AlterCatalogCommentOperation
Operation to describe a ALTER CATALOG COMMENT statement.class
AlterCatalogFunctionOperation
Operation to describe a ALTER FUNCTION statement for catalog functions.class
AlterCatalogOptionsOperation
Operation to describe a ALTER CATALOG SET statement.class
AlterCatalogResetOperation
Operation to describe an ALTER CATALOG RESET statement.class
AlterDatabaseOperation
Operation to describe a ALTER DATABASE statement.class
AlterPartitionOperation
Abstract Operation to describe all ALTER TABLE statements that should be applied to partitions.class
AlterPartitionPropertiesOperation
Operation to alter the properties of partition.class
AlterTableChangeOperation
Alter table with new table definition and table changes represents the modification.class
AlterTableOperation
Abstract Operation to describe all ALTER TABLE statements such as rename table /set properties.class
AlterTableRenameOperation
Operation to describe a ALTER TABLE ..class
AlterTableSchemaOperation
Operation to describe altering the schema of a table.class
AlterViewAsOperation
Operation to describe an ALTER VIEW ...class
AlterViewOperation
Abstract Operation to describe all ALTER VIEW statements.class
AlterViewPropertiesOperation
Operation to describe a ALTER VIEW ..class
AlterViewRenameOperation
Operation to describe a ALTER VIEW ..class
CreateCatalogFunctionOperation
Operation to describe a CREATE FUNCTION statement for catalog functions.class
CreateCatalogOperation
Operation to describe a CREATE CATALOG statement.class
CreateDatabaseOperation
Operation to describe a CREATE DATABASE statement.class
CreateTableOperation
Operation to describe a CREATE TABLE statement.class
CreateTempSystemFunctionOperation
Operation to describe a CREATE FUNCTION statement for temporary system function.class
CreateViewOperation
Operation to describe a CREATE VIEW statement.class
DropCatalogFunctionOperation
Operation to describe a DROP FUNCTION statement for catalog functions.class
DropCatalogOperation
Operation to describe a DROP CATALOG statement.class
DropDatabaseOperation
Operation to describe a DROP DATABASE statement.class
DropPartitionsOperation
Operation to describe ALTER TABLE DROP PARTITION statement.class
DropTableOperation
Operation to describe a DROP TABLE statement.class
DropTempSystemFunctionOperation
Operation to describe a DROP FUNCTION statement for temporary system function.class
DropViewOperation
Operation to describe a DROP VIEW statement. -
Uses of ExecutableOperation in org.apache.flink.table.operations.materializedtable
Classes in org.apache.flink.table.operations.materializedtable that implement ExecutableOperation Modifier and Type Class Description class
AlterMaterializedTableChangeOperation
Alter materialized table with new table definition and table changes represents the modification.class
AlterMaterializedTableOperation
Abstract Operation to describe all ALTER MATERIALIZED TABLE statements such as rename table /set properties.class
AlterMaterializedTableRefreshOperation
Operation to describe clause like: ALTER MATERIALIZED TABLE [catalog_name.]class
AlterMaterializedTableResumeOperation
Operation to describe a ALTER MATERIALIZED TABLE ...class
AlterMaterializedTableSuspendOperation
Operation to describe a ALTER MATERIALIZED TABLE ...class
CreateMaterializedTableOperation
Operation to describe a CREATE MATERIALIZED TABLE statement.class
DropMaterializedTableOperation
Operation to describe a DROP MATERIALIZED TABLE statement.
-