Interface DropTableEvent

    • Method Detail

      • ignoreIfNotExists

        boolean ignoreIfNotExists()
      • createEvent

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