| Package | Description |
|---|---|
| org.apache.flink.table.operations | |
| org.apache.flink.table.operations.command | |
| org.apache.flink.table.operations.ddl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CallProcedureOperation
A
Operation that describes the call procedure statement. |
interface |
ShowOperation
An
Operation that show one kind of objects, e.g. |
interface |
UseOperation
An
Operation that describes the catalog/database switch statements, e.g. |
| Modifier and Type | Class and Description |
|---|---|
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
Show columns from [[catalog.]database.]table.
|
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 [ ( FROM | IN ) [catalog_name.]database_name ] [ [NOT]
(LIKE | ILIKE) <sql_like_pattern> ] 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 [ ( FROM | IN ) [catalog_name.]database_name ] [ [NOT]
(LIKE | ILIKE) <sql_like_pattern> ] statement.
|
class |
ShowTablesOperation
Operation to describe a SHOW TABLES statement.
|
class |
ShowViewsOperation
Operation to describe a SHOW VIEWS statement.
|
class |
TruncateTableOperation
Operation to describe an
TRUNCATE 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddJarOperation
Operation to describe an ADD JAR statement.
|
class |
ShowJarsOperation
Operation to describe a SHOW JARS statement.
|
class |
ShowJobsOperation
Operation to describe a SHOW JOBS statement.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AlterOperation
A
Operation that describes the DDL statements, e.g. |
interface |
CreateOperation
A
Operation that describes the DDL statements, e.g. |
interface |
DropOperation
A
Operation that describes the DROP DDL statements, e.g. |
| Modifier and Type | Class and Description |
|---|---|
class |
AddPartitionsOperation
Operation to describe ALTER TABLE ADD PARTITION statement.
|
class |
AlterCatalogFunctionOperation
Operation to describe a ALTER FUNCTION statement for catalog functions.
|
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 |
AlterTableOptionsOperation
Deprecated.
Please use
AlterTableChangeOperation instead. |
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.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.