Class ShowCreateUtil
java.lang.Object
org.apache.flink.table.api.internal.ShowCreateUtil
SHOW CREATE statement Util.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringbuildShowCreateCatalogRow(org.apache.flink.table.catalog.CatalogDescriptor catalogDescriptor) static StringbuildShowCreateTableRow(org.apache.flink.table.catalog.ResolvedCatalogBaseTable<?> table, org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier, boolean isTemporary) static StringbuildShowCreateViewRow(org.apache.flink.table.catalog.ResolvedCatalogBaseTable<?> view, org.apache.flink.table.catalog.ObjectIdentifier viewIdentifier, boolean isTemporary) Show create view statement only for views.
-
Method Details
-
buildShowCreateTableRow
public static String buildShowCreateTableRow(org.apache.flink.table.catalog.ResolvedCatalogBaseTable<?> table, org.apache.flink.table.catalog.ObjectIdentifier tableIdentifier, boolean isTemporary) -
buildShowCreateViewRow
public 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. -
buildShowCreateCatalogRow
public static String buildShowCreateCatalogRow(org.apache.flink.table.catalog.CatalogDescriptor catalogDescriptor)
-