Interface AlterTableEvent

    • Method Detail

      • newTable

        org.apache.flink.table.catalog.CatalogBaseTable newTable()
      • ignoreIfNotExists

        boolean ignoreIfNotExists()
      • createEvent

        static AlterTableEvent createEvent​(CatalogContext context,
                                           org.apache.flink.table.catalog.ObjectIdentifier identifier,
                                           org.apache.flink.table.catalog.CatalogBaseTable newTable,
                                           boolean ignoreIfNotExists)