@Internal public class ShowCreateUtil extends Object
Modifier and Type | Method and Description |
---|---|
static String |
buildShowCreateTableRow(org.apache.flink.table.catalog.ResolvedCatalogBaseTable<?> table,
org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier,
boolean isTemporary) |
static String |
buildShowCreateViewRow(org.apache.flink.table.catalog.ResolvedCatalogBaseTable<?> view,
org.apache.flink.table.catalog.ObjectIdentifier viewIdentifier,
boolean isTemporary)
Show create view statement only for views.
|
public static String buildShowCreateTableRow(org.apache.flink.table.catalog.ResolvedCatalogBaseTable<?> table, org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier, boolean isTemporary)
public static String buildShowCreateViewRow(org.apache.flink.table.catalog.ResolvedCatalogBaseTable<?> view, org.apache.flink.table.catalog.ObjectIdentifier viewIdentifier, boolean isTemporary)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.