Package org.apache.druid.segment.data
Interface ColumnarLongsSerializer
- All Superinterfaces:
Serializer
- All Known Implementing Classes:
BlockLayoutColumnarLongsSerializer,EntireLayoutColumnarLongsSerializer,IntermediateColumnarLongsSerializer
Serializer that produces
ColumnarLongs.-
Method Summary
Methods inherited from interface org.apache.druid.segment.serde.Serializer
getSerializedSize, writeTo
-
Method Details
-
open
- Throws:
IOException
-
size
int size() -
add
- Throws:
IOException
-
addAll
- Throws:
IOException
-