Class DDLOperations

java.lang.Object
org.apache.iceberg.viewdepoc.DDLOperations

public class DDLOperations extends Object
View operations that lead to a new version of view getting created.

A version can return the operation that resulted in creating that version of the view. Users can inspect the operation to get more information in case a rollback is desired.

  • Field Details

    • CREATE

      public static final String CREATE
      The view was created.
      See Also:
    • REPLACE

      public static final String REPLACE
      View definition was replaced. This operation covers actions such as associating a different schema with the view, adding a column comment etc.
      See Also:
    • ALTER_COMMENT

      public static final String ALTER_COMMENT
      View column comments were altered.
      See Also: