Package | Description |
---|---|
org.apache.flink.sql.parser.dql | |
org.apache.flink.sql.parser.hive.ddl | |
org.apache.flink.sql.parser.hive.impl | |
org.apache.flink.sql.parser.impl |
Class and Description |
---|
SqlShowCreate
Abstract class for
SqlShowCreateTable and SqlShowCreateView . |
Class and Description |
---|
SqlRichDescribeTable
DESCRIBE [ EXTENDED] [[catalogName.] dataBasesName].sqlIdentifier sql call.
|
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.
|
SqlShowDatabases
SHOW Databases sql call.
|
SqlShowFunctions
SHOW [USER] FUNCTIONS Sql Call.
|
SqlShowJars
SHOW JARS sql call.
|
SqlShowModules
SHOW [FULL] MODULES sql call.
|
SqlShowPartitions
SHOW PARTITIONS sql call.
|
SqlShowTables
SHOW Tables sql call.
|
SqlUnloadModule
UNLOAD MODULE sql call.
|
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 [USER] FUNCTIONS Sql Call.
|
SqlShowJars
SHOW JARS sql call.
|
SqlShowModules
SHOW [FULL] MODULES 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.