| Package | Description |
|---|---|
| org.apache.flink.sql.parser.dql | |
| org.apache.flink.sql.parser.impl |
| Class and Description |
|---|
| SqlShowCreate
Abstract class for
SqlShowCreateTable and SqlShowCreateView. |
| Class and 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.
|
| SqlShowCatalogs
SHOW CATALOGS sql call.
|
| SqlShowColumns
Show [[catalog.] dataBasesName.]sqlIdentifier sql call.
|
| SqlShowCreate
Abstract class for
SqlShowCreateTable and SqlShowCreateView. |
| 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.