Package org.apache.iceberg.deletes
-
Interface Summary Interface Description PositionDeleteIndex -
Class Summary Class Description DeleteCounter A counter to be used to count deletes as they are applied.Deletes EqualityDeleteWriter<T> FileScopedPositionDeleteWriter<T> A position delete writer that produces a separate delete file for each referenced data file.PositionDelete<R> PositionDeleteIndexUtil PositionDeleteWriter<T> A position delete writer that can handle deletes ordered by file and position.SortingPositionOnlyDeleteWriter<T> A position delete writer that is capable of handling unordered deletes without rows. -
Enum Summary Enum Description DeleteGranularity An enum that represents the granularity of deletes.