Class ComplexFrameMaker
java.lang.Object
org.apache.druid.frame.write.columnar.ComplexFrameMaker
Column writer for complex columns.
Dual to
ComplexFrameColumnReader.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final bytestatic final bytestatic final intstatic final int -
Method Summary
-
Field Details
-
NOT_NULL_MARKER
public static final byte NOT_NULL_MARKER- See Also:
-
NULL_MARKER
public static final byte NULL_MARKER- See Also:
-
TYPE_NAME_LENGTH_POSITION
public static final int TYPE_NAME_LENGTH_POSITION- See Also:
-
TYPE_NAME_POSITION
public static final int TYPE_NAME_POSITION- See Also:
-
-
Method Details
-
add
public boolean add(byte[] bytes) -
undo
public void undo() -
size
public long size() -
writeTo
public long writeTo(org.apache.datasketches.memory.WritableMemory memory, long startPosition) -
close
public void close()
-