Class UnpartitionedWriter<T>

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

public class UnpartitionedWriter<T> extends BaseTaskWriter<T>