Interface DropModelEvent

    • Method Detail

      • ignoreIfNotExists

        boolean ignoreIfNotExists()
      • createEvent

        static DropModelEvent createEvent​(CatalogContext context,
                                          org.apache.flink.table.catalog.ObjectIdentifier identifier,
                                          @Nullable
                                          org.apache.flink.table.catalog.CatalogModel model,
                                          boolean ignoreIfNotExists,
                                          boolean isTemporary)