Uses of Interface
org.apache.flink.table.operations.ExecutableOperation
Packages that use ExecutableOperation
Package
Description
-
Uses of ExecutableOperation in org.apache.flink.table.legacy.operations.ddl
Classes in org.apache.flink.table.legacy.operations.ddl that implement ExecutableOperation -
Uses of ExecutableOperation in org.apache.flink.table.operations
Subinterfaces of ExecutableOperation in org.apache.flink.table.operationsModifier and TypeInterfaceDescriptioninterfaceAOperationthat describes the call procedure statement.interfaceAnOperationthat show one kind of objects, e.g.interfaceAnOperationthat describes the catalog/database switch statements, e.g.Classes in org.apache.flink.table.operations that implement ExecutableOperationModifier and TypeClassDescriptionclassBase class for SHOW operations.classOperation to describe a DESCRIBE CATALOG catalog_name statement.classOperation to describe a FUNCTION.classOperation to describe a DESCRIBE [EXTENDED] [[catalogName.] dataBasesName].sqlIdentifier statement.classOperation to describe a LOAD MODULE statement.classOperation to describe a SHOW CATALOGS statement.classOperation to describe a SHOW COLUMNS statement.classOperation to describe a SHOW CREATE CATALOG statement.classOperation to describe a SHOW CREATE TABLE statement.classOperation to describe a SHOW CREATE VIEW statement.classOperation to describe a SHOW CURRENT CATALOG statement.classOperation to describe SHOW CURRENT DATABASE operation.classOperation to describe a SHOW DATABASES statement.classOperation to describe a SHOW FUNCTIONS statement.classOperation to describe a SHOW [FULL] MODULES statement.classOperation to describe a SHOW PARTITIONS statement.classOperation to describe a SHOW PROCEDURES statement.classOperation to describe a SHOW TABLES statement.classOperation to describe a SHOW VIEWS statement.classOperation to describe anTRUNCATE TABLEstatement.classOperation to describe an UNLOAD MODULE statement.classOperation to describe a USE CATALOG statement.classOperation to describe a USE [catalogName.]dataBaseName statement.classOperation 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 ExecutableOperationModifier and TypeClassDescriptionclassOperation to describe an ADD JAR statement.classOperation to describe a DESCRIBE JOB statement.classOperation to describe a SHOW JARS statement.classOperation 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.ddlModifier and TypeInterfaceDescriptioninterfaceAOperationthat describes the DDL statements, e.g.interfaceAOperationthat describes the DDL statements, e.g.interfaceAOperationthat describes the DROP DDL statements, e.g.Classes in org.apache.flink.table.operations.ddl that implement ExecutableOperationModifier and TypeClassDescriptionclassOperation to describe ALTER TABLE ADD PARTITION statement.classOperation to describe a ALTER CATALOG COMMENT statement.classOperation to describe a ALTER FUNCTION statement for catalog functions.classOperation to describe a ALTER CATALOG SET statement.classOperation to describe an ALTER CATALOG RESET statement.classOperation to describe a ALTER DATABASE statement.classAbstract Operation to describe all ALTER TABLE statements that should be applied to partitions.classOperation to alter the properties of partition.classAlter table with new table definition and table changes represents the modification.classAbstract Operation to describe all ALTER TABLE statements such as rename table /set properties.classOperation to describe a ALTER TABLE ..classOperation to describe altering the schema of a table.classOperation to describe an ALTER VIEW ...classAbstract Operation to describe all ALTER VIEW statements.classOperation to describe a ALTER VIEW ..classOperation to describe a ALTER VIEW ..classOperation to describe a CREATE FUNCTION statement for catalog functions.classOperation to describe a CREATE CATALOG statement.classOperation to describe a CREATE DATABASE statement.classOperation to describe a CREATE TABLE statement.classOperation to describe a CREATE FUNCTION statement for temporary system function.classOperation to describe a CREATE VIEW statement.classOperation to describe a DROP FUNCTION statement for catalog functions.classOperation to describe a DROP CATALOG statement.classOperation to describe a DROP DATABASE statement.classOperation to describe ALTER TABLE DROP PARTITION statement.classOperation to describe a DROP TABLE statement.classOperation to describe a DROP FUNCTION statement for temporary system function.classOperation 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 ExecutableOperationModifier and TypeClassDescriptionclassOperation to describe an ALTER MATERIALIZED TABLE AS query operation.classAlter materialized table with new table definition and table changes represents the modification.classAbstract Operation to describe all ALTER MATERIALIZED TABLE statements such as rename table /set properties.classOperation to describe clause like: ALTER MATERIALIZED TABLE [catalog_name.]classOperation to describe a ALTER MATERIALIZED TABLE ...classOperation to describe a ALTER MATERIALIZED TABLE ...classOperation to describe a CREATE MATERIALIZED TABLE statement.classOperation to describe a DROP MATERIALIZED TABLE statement.
AlterTableChangeOperationinstead.