| Interface | Description |
|---|---|
| PositionDeleteIndex |
| 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 | Description |
|---|---|
| DeleteGranularity |
An enum that represents the granularity of deletes.
|