Package | Description |
---|---|
org.apache.flink.table.operations | |
org.apache.flink.table.operations.command |
Modifier and Type | Class and Description |
---|---|
class |
ShowCatalogsOperation
Operation to describe a SHOW CATALOGS statement.
|
class |
ShowColumnsOperation
Show columns from [[catalog.]database.]table.
|
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 [ ( 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 |
ShowTablesOperation
Operation to describe a SHOW TABLES statement.
|
class |
ShowViewsOperation
Operation to describe a SHOW VIEWS statement.
|
Modifier and Type | Class and Description |
---|---|
class |
ShowJarsOperation
Operation to describe a SHOW JARS statement.
|
class |
ShowJobsOperation
Operation to describe a SHOW JOBS statement.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.