Class PartitionedFanoutWriter<T>

java.lang.Object
org.apache.iceberg.io.BaseTaskWriter<T>
org.apache.iceberg.io.PartitionedFanoutWriter<T>
All Implemented Interfaces:
Closeable, AutoCloseable, TaskWriter<T>

public abstract class PartitionedFanoutWriter<T> extends BaseTaskWriter<T>