Class AvroColumnWriter<D>

java.lang.Object
org.apache.trevni.avro.AvroColumnWriter<D>

public class AvroColumnWriter<D> extends Object
Write Avro records to a Trevni column file.

Each primitive type is written to a separate column.

Output is buffered until writeTo(OutputStream) is called. The sizeEstimate() indicates both the amount of data buffered and the size of the file that will be written.