Uses of Interface
org.apache.flink.table.operations.ExecutableOperation
-
Packages that use ExecutableOperation Package Description org.apache.flink.table.operations org.apache.flink.table.operations.command org.apache.flink.table.operations.ddl -
-
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 classDescribeTableOperationOperation to describe a DESCRIBE [EXTENDED] [[catalogName.] dataBasesName].sqlIdentifier statement.classLoadModuleOperationOperation to describe a LOAD MODULE statement.classShowCatalogsOperationOperation to describe a SHOW CATALOGS statement.classShowColumnsOperationShow columns from [[catalog.]database.]table.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 [ ( FROM | IN ) [catalog_name.]database_name ] [ [NOT] (LIKE | ILIKE) <sql_like_pattern> ] statement.classShowModulesOperationOperation to describe a SHOW [FULL] MODULES statement.classShowPartitionsOperationOperation to describe a SHOW PARTITIONS statement.classShowProceduresOperationOperation to describe a SHOW PROCEDURES [ ( FROM | IN ) [catalog_name.]database_name ] [ [NOT] (LIKE | ILIKE) <sql_like_pattern> ] 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.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.classAlterCatalogFunctionOperationOperation to describe a ALTER FUNCTION statement for catalog functions.classAlterDatabaseOperationOperation to describe a ALTER DATABASE statement.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.classAlterTableOptionsOperationDeprecated.Please useAlterTableChangeOperationinstead.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.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.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.
-