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 eitherColumnarIntsorColumnarMultiInts.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidopen()-
Methods inherited from interface org.apache.druid.segment.serde.Serializer
getSerializedSize, writeTo
-
-
-
-
Method Detail
-
open
void open() throws IOException
- Throws:
IOException
-
-