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 classAlterTableOptionsOperationDeprecated.Please useAlterTableChangeOperationinstead. -
Uses of ExecutableOperation in org.apache.flink.table.operations
Subinterfaces of ExecutableOperation in org.apache.flink.table.operations Modifier and Type Interface Description interfaceCallProcedureOperationAOperationthat describes the call procedure statement.interfaceShowOperationAnOperationthat show one kind of objects, e.g.interfaceUseOperationAnOperationthat describes the catalog/database switch statements, e.g.Classes in org.apache.flink.table.operations that implement ExecutableOperation Modifier and Type Class Description classAbstractShowOperationBase class for SHOW operations.classDescribeCatalogOperationOperation to describe a DESCRIBE CATALOG catalog_name statement.classDescribeFunctionOperationOperation to describe a FUNCTION.classDescribeModelOperationOperation to describe a DESCRIBE MODEL [EXTENDED] [[catalogName.] dataBasesName.]sqlIdentifier statement.classDescribeTableOperationOperation to describe a DESCRIBE [EXTENDED] [[catalogName.] dataBasesName].sqlIdentifier statement.classLoadModuleOperationOperation to describe a LOAD MODULE statement.classShowCatalogsOperationOperation to describe a SHOW CATALOGS statement.classShowColumnsOperationOperation to describe a SHOW COLUMNS statement.classShowCreateCatalogOperationOperation to describe a SHOW CREATE CATALOG statement.classShowCreateModelOperationOperation to describe a SHOW CREATE MODEL statement.classShowCreateTableOperationOperation to describe a SHOW CREATE TABLE statement.classShowCreateViewOperationOperation to describe a SHOW CREATE VIEW statement.classShowCurrentCatalogOperationOperation to describe a SHOW CURRENT CATALOG statement.classShowCurrentDatabaseOperationOperation to describe SHOW CURRENT DATABASE operation.classShowDatabasesOperationOperation to describe a SHOW DATABASES statement.classShowFunctionsOperationOperation to describe a SHOW FUNCTIONS statement.classShowModelsOperationOperation to describe a SHOW MODELS statement.classShowModulesOperationOperation to describe a SHOW [FULL] MODULES statement.classShowPartitionsOperationOperation to describe a SHOW PARTITIONS statement.classShowProceduresOperationOperation to describe a SHOW PROCEDURES statement.classShowTablesOperationOperation to describe a SHOW TABLES statement.classShowViewsOperationOperation to describe a SHOW VIEWS statement.classTruncateTableOperationOperation to describe anTRUNCATE TABLEstatement.classUnloadModuleOperationOperation to describe an UNLOAD MODULE statement.classUseCatalogOperationOperation to describe a USE CATALOG statement.classUseDatabaseOperationOperation to describe a USE [catalogName.]dataBaseName statement.classUseModulesOperationOperation 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 classAddJarOperationOperation to describe an ADD JAR statement.classDescribeJobOperationOperation to describe a DESCRIBE JOB statement.classShowJarsOperationOperation to describe a SHOW JARS statement.classShowJobsOperationOperation 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 interfaceAlterOperationAOperationthat describes the DDL statements, e.g.interfaceCreateOperationAOperationthat describes the DDL statements, e.g.interfaceDropOperationAOperationthat describes the DROP DDL statements, e.g.Classes in org.apache.flink.table.operations.ddl that implement ExecutableOperation Modifier and Type Class Description classAddPartitionsOperationOperation to describe ALTER TABLE ADD PARTITION statement.classAlterCatalogCommentOperationOperation to describe a ALTER CATALOG COMMENT statement.classAlterCatalogFunctionOperationOperation to describe a ALTER FUNCTION statement for catalog functions.classAlterCatalogOptionsOperationOperation to describe a ALTER CATALOG SET statement.classAlterCatalogResetOperationOperation to describe an ALTER CATALOG RESET statement.classAlterDatabaseOperationOperation to describe a ALTER DATABASE statement.classAlterModelChangeOperationOperation to describe a ALTER MODEL ..classAlterModelRenameOperationOperation to describe a ALTER MODEL ..classAlterPartitionOperationAbstract Operation to describe all ALTER TABLE statements that should be applied to partitions.classAlterPartitionPropertiesOperationOperation to alter the properties of partition.classAlterTableChangeOperationAlter table with new table definition and table changes represents the modification.classAlterTableOperationAbstract Operation to describe all ALTER TABLE statements such as rename table /set properties.classAlterTableRenameOperationOperation to describe a ALTER TABLE ..classAlterTableSchemaOperationOperation to describe altering the schema of a table.classAlterViewAsOperationOperation to describe an ALTER VIEW ...classAlterViewOperationAbstract Operation to describe all ALTER VIEW statements.classAlterViewPropertiesOperationOperation to describe a ALTER VIEW ..classAlterViewRenameOperationOperation to describe a ALTER VIEW ..classCreateCatalogFunctionOperationOperation to describe a CREATE FUNCTION statement for catalog functions.classCreateCatalogOperationOperation to describe a CREATE CATALOG statement.classCreateDatabaseOperationOperation to describe a CREATE DATABASE statement.classCreateModelOperationOperation to describe a CREATE MODEL statement.classCreateTableOperationOperation to describe a CREATE TABLE statement.classCreateTempSystemFunctionOperationOperation to describe a CREATE FUNCTION statement for temporary system function.classCreateViewOperationOperation to describe a CREATE VIEW statement.classDropCatalogFunctionOperationOperation to describe a DROP FUNCTION statement for catalog functions.classDropCatalogOperationOperation to describe a DROP CATALOG statement.classDropDatabaseOperationOperation to describe a DROP DATABASE statement.classDropModelOperationOperation to describe a DROP MODEL statement.classDropPartitionsOperationOperation to describe ALTER TABLE DROP PARTITION statement.classDropTableOperationOperation to describe a DROP TABLE statement.classDropTempSystemFunctionOperationOperation to describe a DROP FUNCTION statement for temporary system function.classDropViewOperationOperation 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 classAlterMaterializedTableAsQueryOperationOperation to describe an ALTER MATERIALIZED TABLE AS query operation.classAlterMaterializedTableChangeOperationAlter materialized table with new table definition and table changes represents the modification.classAlterMaterializedTableOperationAbstract Operation to describe all ALTER MATERIALIZED TABLE statements such as rename table /set properties.classAlterMaterializedTableRefreshOperationOperation to describe clause like: ALTER MATERIALIZED TABLE [catalog_name.]classAlterMaterializedTableResumeOperationOperation to describe a ALTER MATERIALIZED TABLE ...classAlterMaterializedTableSuspendOperationOperation to describe a ALTER MATERIALIZED TABLE ...classCreateMaterializedTableOperationOperation to describe a CREATE MATERIALIZED TABLE statement.classDropMaterializedTableOperationOperation to describe a DROP MATERIALIZED TABLE statement.
-