Uses of Interface
org.apache.druid.segment.data.ColumnarIntsSerializer
-
Packages that use ColumnarIntsSerializer Package Description org.apache.druid.segment org.apache.druid.segment.data org.apache.druid.segment.serde -
-
Uses of ColumnarIntsSerializer in org.apache.druid.segment
Fields in org.apache.druid.segment declared as ColumnarIntsSerializer Modifier and Type Field Description protected ColumnarIntsSerializerDictionaryEncodedColumnMerger. encodedValueSerializer -
Uses of ColumnarIntsSerializer in org.apache.druid.segment.data
Classes in org.apache.druid.segment.data that implement ColumnarIntsSerializer Modifier and Type Class Description classColumnarMultiIntsSerializerSerializer that producesColumnarMultiInts.classCompressedColumnarIntsSerializerStreams array of integers out in the binary format described byCompressedColumnarIntsSupplierclassCompressedVSizeColumnarIntsSerializerStreams array of integers out in the binary format described byCompressedVSizeColumnarIntsSupplierclassSingleValueColumnarIntsSerializerSerializer that producesColumnarInts.classV3CompressedVSizeColumnarMultiIntsSerializerStreams array of integers out in the binary format described byV3CompressedVSizeColumnarMultiIntsSupplierclassVSizeColumnarIntsSerializerStreams integers out in the binary format described byVSizeColumnarIntsclassVSizeColumnarMultiIntsSerializerStreams arrays of objects out in the binary format described byVSizeColumnarMultiInts. -
Uses of ColumnarIntsSerializer in org.apache.druid.segment.serde
Methods in org.apache.druid.segment.serde with parameters of type ColumnarIntsSerializer Modifier and Type Method Description DictionaryEncodedColumnPartSerde.SerializerBuilderDictionaryEncodedColumnPartSerde.SerializerBuilder. withValue(ColumnarIntsSerializer valueWriter, boolean hasMultiValue, boolean compressed)
-