Class ShowCreateUtil


  • @Internal
    public class ShowCreateUtil
    extends Object
    SHOW CREATE statement Util.
    • Method Detail

      • 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)