public interface FieldWriter extends Closeable
RowKey.
Most callers should use FrameWriters to build frames from
ColumnSelectorFactory, rather than using this interface directly.
Not thread-safe.| Modifier and Type | Method and Description |
|---|---|
void |
close()
Releases resources held by this writer.
|
long |
writeTo(org.apache.datasketches.memory.WritableMemory memory,
long position,
long maxSize)
Writes the current selection at the given memory position.
|
long writeTo(org.apache.datasketches.memory.WritableMemory memory,
long position,
long maxSize)
memory - memory region in little-endian orderposition - position to writemaxSize - maximum number of bytes to writevoid close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.