Interface CreateTableEvent

    • Method Detail

      • ignoreIfExists

        boolean ignoreIfExists()
      • createEvent

        static CreateTableEvent createEvent​(CatalogContext context,
                                            org.apache.flink.table.catalog.ObjectIdentifier identifier,
                                            org.apache.flink.table.catalog.CatalogBaseTable table,
                                            boolean ignoreIfExists,
                                            boolean isTemporary)