Interface ColumnarLongsSerializer

All Superinterfaces:
Serializer
All Known Implementing Classes:
BlockLayoutColumnarLongsSerializer, EntireLayoutColumnarLongsSerializer, IntermediateColumnarLongsSerializer

public interface ColumnarLongsSerializer extends Serializer
Serializer that produces ColumnarLongs.
  • Method Summary

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

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

    getSerializedSize, writeTo