Package org.apache.druid.segment.data
Interface ColumnarDoublesSerializer
- All Superinterfaces:
Serializer
- All Known Implementing Classes:
BlockLayoutColumnarDoublesSerializer,EntireLayoutColumnarDoublesSerializer
Serializer that produces
ColumnarDoubles.-
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
-