Package org.apache.druid.frame.write
-
Interface Summary Interface Description FrameWriter Writer forFrame.FrameWriterFactory Interface for creatingFrameWriter. -
Class Summary Class Description FrameSort Utility for sorting frames in-place.FrameWriters Outward-facing utility methods forFrameWriterFactoryandFrameWriterusers.FrameWriterUtils Utility methods used byFrameWriterimplementations.InvalidFieldException.Builder InvalidNullByteException.Builder RowBasedFrameWriter Write row-based frames: typeFrameType.ROW_BASED.RowBasedFrameWriterFactory -
Exception Summary Exception Description InvalidFieldException InvalidNullByteException Exception thrown byFrameWriterUtils.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