Package | Description |
---|---|
org.apache.flink.sql.parser.dql | |
org.apache.flink.sql.parser.impl |
Modifier and Type | Class and Description |
---|---|
class |
SqlShowCreateCatalog
SHOW CREATE CATALOG sql call.
|
class |
SqlShowCreateModel
SHOW CREATE MODEL sql call.
|
class |
SqlShowCreateTable
SHOW CREATE TABLE sql call.
|
class |
SqlShowCreateView
SHOW CREATE VIEW sql call.
|
Modifier and Type | Method and Description |
---|---|
SqlShowCreate |
FlinkSqlParserImpl.SqlShowCreate()
Parse a "Show Create Table" query and "Show Create View" and "Show Create Catalog" query commands.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.