Uses of Class
org.apache.druid.segment.data.FixedIndexedIntWriter
Packages that use FixedIndexedIntWriter
-
Uses of FixedIndexedIntWriter in org.apache.druid.segment.nested
Fields in org.apache.druid.segment.nested declared as FixedIndexedIntWriterModifier and TypeFieldDescriptionprotected FixedIndexedIntWriterGlobalDictionaryEncodedFieldColumnWriter.intermediateValueWriterprotected FixedIndexedIntWriterScalarNestedCommonFormatColumnSerializer.intermediateValueWriterConstructors in org.apache.druid.segment.nested with parameters of type FixedIndexedIntWriterModifierConstructorDescriptionInternalSerializer(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)