Class LongColumnSerializerV2

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

public class LongColumnSerializerV2 extends Object implements GenericColumnSerializer<Object>
Column Serializer for long 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.