public class ComplexFrameColumnWriter extends Object implements FrameColumnWriter
ComplexFrameColumnReader.| Modifier and Type | Field and Description |
|---|---|
static byte |
NOT_NULL_MARKER |
static byte |
NULL_MARKER |
static int |
TYPE_NAME_LENGTH_POSITION |
static int |
TYPE_NAME_POSITION |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addSelection() |
void |
close() |
long |
size() |
void |
undo() |
long |
writeTo(org.apache.datasketches.memory.WritableMemory memory,
long startPosition) |
public static final byte NOT_NULL_MARKER
public static final byte NULL_MARKER
public static final int TYPE_NAME_LENGTH_POSITION
public static final int TYPE_NAME_POSITION
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.