Class DoubleColumnSerializerV2

java.lang.Object
org.apache.druid.segment.DoubleColumnSerializerV2
All Implemented Interfaces:
GenericColumnSerializer<Object>, Serializer

public class DoubleColumnSerializerV2 extends Object implements GenericColumnSerializer<Object>
Column Serializer for double column. The column is serialized in two parts, first a bitmap indicating the nullability of row values and second the actual row values. This class is unsafe for concurrent use from multiple threads.