Package org.apache.druid.segment.data
Interface ColumnarIntsSerializer
-
- All Superinterfaces:
Serializer
- All Known Implementing Classes:
ColumnarMultiIntsSerializer
,CompressedColumnarIntsSerializer
,CompressedVSizeColumnarIntsSerializer
,SingleValueColumnarIntsSerializer
,V3CompressedVSizeColumnarMultiIntsSerializer
,VSizeColumnarIntsSerializer
,VSizeColumnarMultiIntsSerializer
public interface ColumnarIntsSerializer extends Serializer
Serializer that produces eitherColumnarInts
orColumnarMultiInts
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
open()
-
Methods inherited from interface org.apache.druid.segment.serde.Serializer
getSerializedSize, writeTo
-
-
-
-
Method Detail
-
open
void open() throws IOException
- Throws:
IOException
-
-