Class ComplexFrameMaker
- java.lang.Object
-
- org.apache.druid.frame.write.columnar.ComplexFrameMaker
-
public class ComplexFrameMaker extends Object
Column writer for complex columns. Dual toComplexFrameColumnReader.
-
-
Field Summary
Fields Modifier and Type Field Description static byteNOT_NULL_MARKERstatic byteNULL_MARKERstatic intTYPE_NAME_LENGTH_POSITIONstatic intTYPE_NAME_POSITION
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(byte[] bytes)voidclose()longsize()voidundo()longwriteTo(org.apache.datasketches.memory.WritableMemory memory, long startPosition)
-
-
-
Field Detail
-
NOT_NULL_MARKER
public static final byte NOT_NULL_MARKER
- See Also:
- Constant Field Values
-
NULL_MARKER
public static final byte NULL_MARKER
- See Also:
- Constant Field Values
-
TYPE_NAME_LENGTH_POSITION
public static final int TYPE_NAME_LENGTH_POSITION
- See Also:
- Constant Field Values
-
TYPE_NAME_POSITION
public static final int TYPE_NAME_POSITION
- See Also:
- Constant Field Values
-
-