public class FloatFrameColumnWriter extends Object implements FrameColumnWriter
| Modifier and Type | Field and Description |
|---|---|
static long |
DATA_OFFSET |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addSelection() |
void |
close() |
long |
size() |
void |
undo() |
static int |
valueSize(boolean hasNulls) |
long |
writeTo(org.apache.datasketches.memory.WritableMemory memory,
long startPosition) |
public static final long DATA_OFFSET
public static int valueSize(boolean hasNulls)
public boolean addSelection()
addSelection in interface FrameColumnWriterpublic void undo()
undo in interface FrameColumnWriterpublic long size()
size in interface FrameColumnWriterpublic long writeTo(org.apache.datasketches.memory.WritableMemory memory,
long startPosition)
writeTo in interface FrameColumnWriterpublic void close()
close in interface Closeableclose in interface AutoCloseableclose in interface FrameColumnWriterCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.