Uses of Class
org.apache.druid.segment.data.SingleValueColumnarIntsSerializer
Packages that use SingleValueColumnarIntsSerializer
-
Uses of SingleValueColumnarIntsSerializer in org.apache.druid.segment.data
Subclasses of SingleValueColumnarIntsSerializer in org.apache.druid.segment.dataModifier and TypeClassDescriptionclassStreams array of integers out in the binary format described byCompressedColumnarIntsSupplierclassStreams array of integers out in the binary format described byCompressedVSizeColumnarIntsSupplierclassStreams integers out in the binary format described byVSizeColumnarInts -
Uses of SingleValueColumnarIntsSerializer in org.apache.druid.segment.nested
Fields in org.apache.druid.segment.nested declared as SingleValueColumnarIntsSerializerModifier and TypeFieldDescriptionprotected SingleValueColumnarIntsSerializerGlobalDictionaryEncodedFieldColumnWriter.encodedValueSerializerConstructors in org.apache.druid.segment.nested with parameters of type SingleValueColumnarIntsSerializerModifierConstructorDescriptionInternalSerializer(String columnName, Byte variantTypeSetByte, DictionaryWriter<String> dictionaryWriter, FixedIndexedWriter<Long> longDictionaryWriter, FixedIndexedWriter<Double> doubleDictionaryWriter, FrontCodedIntArrayIndexedWriter arrayDictionaryWriter, SingleValueColumnarIntsSerializer encodedValueSerializer, GenericIndexedWriter<ImmutableBitmap> bitmapIndexWriter, FixedIndexedIntWriter arrayElementDictionaryWriter, GenericIndexedWriter<ImmutableBitmap> arrayElementIndexWriter, DictionaryIdLookup dictionaryIdLookup, boolean writeDictionary)