Uses of Class
org.apache.druid.segment.data.FrontCodedIntArrayIndexedWriter
-
Packages that use FrontCodedIntArrayIndexedWriter Package Description org.apache.druid.segment.nested -
-
Uses of FrontCodedIntArrayIndexedWriter in org.apache.druid.segment.nested
Constructors in org.apache.druid.segment.nested with parameters of type FrontCodedIntArrayIndexedWriter Constructor Description InternalSerializer(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)
-