Class ClusteredEqualityDeleteWriter<T>

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

public class ClusteredEqualityDeleteWriter<T> extends Object
An equality 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.