| Class | Description |
|---|---|
| SqlDescribeCatalog |
DESCRIBE CATALOG sql call.
|
| SqlDescribeDatabase |
DESCRIBE DATABASE [ EXTENDED] [ databaseName.] dataBasesName sql call.
|
| SqlLoadModule |
LOAD MODULE sql call.
|
| SqlRichDescribeTable |
DESCRIBE [ EXTENDED] [[catalogName.] dataBasesName].sqlIdentifier sql call.
|
| SqlRichExplain |
EXPLAIN [PLAN FOR | (ESTIMATED_COST | CHANGELOG_MODE | JSON_EXECUTION_PLAN |
ANALYZED_PHYSICAL_PLAN) (,(ESTIMATED_COST | CHANGELOG_MODE | JSON_EXECUTION_PLAN |
PLAN_ADVICE))*] STATEMENT sql call.
|
| SqlShowCatalogs |
SHOW CATALOGS sql call.
|
| SqlShowColumns |
Show [[catalog.] dataBasesName.]sqlIdentifier sql call.
|
| SqlShowCreate |
Abstract class for
SqlShowCreateTable and SqlShowCreateView. |
| SqlShowCreateTable |
SHOW CREATE TABLE sql call.
|
| SqlShowCreateView |
SHOW CREATE VIEW sql call.
|
| SqlShowCurrentCatalog |
SHOW CURRENT CATALOG sql call.
|
| SqlShowCurrentDatabase |
Show current database.
|
| SqlShowDatabases |
SHOW Databases sql call.
|
| SqlShowFunctions |
Show Functions sql call.
|
| SqlShowJars |
SHOW JARS sql call.
|
| SqlShowJobs |
The command to list running flink jobs in a cluster.
|
| SqlShowModules |
SHOW [FULL] MODULES sql call.
|
| SqlShowPartitions |
SHOW PARTITIONS sql call.
|
| SqlShowProcedures |
SHOW PROCEDURES sql call.
|
| SqlShowTables |
SHOW Tables sql call.
|
| SqlShowViews |
SHOW VIEWS sql call.
|
| SqlUnloadModule |
UNLOAD MODULE sql call.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.