| Interface | Description |
|---|---|
| FrameWriter |
Writer for
Frame. |
| FrameWriterFactory |
Interface for creating
FrameWriter. |
| Class | Description |
|---|---|
| FrameSort |
Utility for sorting frames in-place.
|
| FrameWriters |
Outward-facing utility methods for
FrameWriterFactory and FrameWriter users. |
| FrameWriterUtils |
Utility methods used by
FrameWriter implementations. |
| RowBasedFrameWriter |
Write row-based frames: type
FrameType.ROW_BASED. |
| RowBasedFrameWriterFactory |
| Exception | Description |
|---|---|
| FrameRowTooLargeException |
Exception that is conventionally thrown by workers when they call
FrameWriter.addSelection() and it returns false on an empty frame, or in
a situation where allocating a new frame is impractical. |
| InvalidNullByteException |
Exception thrown by
FrameWriterUtils.copyByteBufferToMemory(java.nio.ByteBuffer, org.apache.datasketches.memory.WritableMemory, long, int, boolean) if configured to check for null bytes
and a null byte is encountered. |
| UnsupportedColumnTypeException |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.