Interface ColumnarDoublesSerializer

All Superinterfaces:
Serializer
All Known Implementing Classes:
BlockLayoutColumnarDoublesSerializer, EntireLayoutColumnarDoublesSerializer

public interface ColumnarDoublesSerializer extends Serializer
Serializer that produces ColumnarDoubles.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(double value)
     
    default void
    addAll(double[] values, int start, int end)
     
    void
     
    int
     

    Methods inherited from interface org.apache.druid.segment.serde.Serializer

    getSerializedSize, writeTo