Uses of Class
org.apache.druid.segment.data.FixedIndexed
Packages that use FixedIndexed
-
Uses of FixedIndexed in org.apache.druid.segment.data
Methods in org.apache.druid.segment.data that return types with arguments of type FixedIndexedModifier and TypeMethodDescriptionstatic <T> com.google.common.base.Supplier<FixedIndexed<T>> FixedIndexed.read(ByteBuffer bb, TypeStrategy<T> strategy, ByteOrder byteOrder, int width) -
Uses of FixedIndexed in org.apache.druid.segment.nested
Methods in org.apache.druid.segment.nested that return FixedIndexedConstructors in org.apache.druid.segment.nested with parameters of type FixedIndexedModifierConstructorDescriptionNestedFieldDictionaryEncodedColumn(FieldTypeInfo.TypeSet types, ColumnarLongs longsColumn, ColumnarDoubles doublesColumn, ColumnarInts column, TStringDictionary globalDictionary, FixedIndexed<Long> globalLongDictionary, FixedIndexed<Double> globalDoubleDictionary, FrontCodedIntArrayIndexed globalArrayDictionary, FixedIndexed<Integer> dictionary, ImmutableBitmap nullBitmap) ScalarDoubleColumn(FixedIndexed<Double> doubleDictionary, Supplier<ColumnarInts> encodedValuesSupplier, ColumnarDoubles valueColumn, ImmutableBitmap nullValueIndex, BitmapFactory bitmapFactory) ScalarLongColumn(FixedIndexed<Long> longDictionary, Supplier<ColumnarInts> encodedValuesSupplier, ColumnarLongs valueColumn, ImmutableBitmap nullValueIndex, BitmapFactory bitmapFactory) VariantColumn(TStringDictionary stringDictionary, FixedIndexed<Long> longDictionary, FixedIndexed<Double> doubleDictionary, FrontCodedIntArrayIndexed arrayDictionary, ColumnarInts encodedValueColumn, ImmutableBitmap nullValueBitmap, ColumnType logicalType, Byte variantTypeSetByte, BitmapFactory bitmapFactory) Constructor parameters in org.apache.druid.segment.nested with type arguments of type FixedIndexedModifierConstructorDescriptionNestedFieldColumnIndexSupplier(FieldTypeInfo.TypeSet types, BitmapFactory bitmapFactory, ColumnConfig columnConfig, GenericIndexed<ImmutableBitmap> bitmaps, com.google.common.base.Supplier<FixedIndexed<Integer>> localDictionarySupplier, com.google.common.base.Supplier<TStringDictionary> globalStringDictionarySupplier, com.google.common.base.Supplier<FixedIndexed<Long>> globalLongDictionarySupplier, com.google.common.base.Supplier<FixedIndexed<Double>> globalDoubleDictionarySupplier, com.google.common.base.Supplier<FrontCodedIntArrayIndexed> globalArrayDictionarySupplier, com.google.common.base.Supplier<FixedIndexed<Integer>> arrayElementDictionarySupplier, GenericIndexed<ImmutableBitmap> arrayElementBitmaps)