Class ClusteredPositionDeleteWriter<T>

java.lang.Object
org.apache.iceberg.io.ClusteredPositionDeleteWriter<T>
All Implemented Interfaces:
Closeable, AutoCloseable, PartitioningWriter<PositionDelete<T>,DeleteWriteResult>

public class ClusteredPositionDeleteWriter<T> extends Object
A position delete writer capable of writing to multiple specs and partitions that requires the incoming delete records to be properly clustered by partition spec and by partition within each spec.