Class FloatColumnSerializerV2

  • All Implemented Interfaces:
    GenericColumnSerializer<Object>, Serializer

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