Class SingleElementListHeaderWriter

All Implemented Interfaces:
io.grpc.Drainable, Closeable, AutoCloseable

public class SingleElementListHeaderWriter extends ChunkWriter.DrainableColumn
The SingleElementListHeaderWriter is a specialized ChunkWriter.DrainableColumn implementation that writes the header for singleton list-wrapped columns in Apache Arrow record batches.

This writer ensures compatibility with Apache Arrow's format by providing the necessary metadata and offsets for a single-element list, while omitting unnecessary buffers such as validity buffers. It is designed to write the header information for a column where all rows are represented as a singleton list, with no null values.

See Also: