Uses of Class
org.apache.druid.segment.data.FixedIndexed
-
Packages that use FixedIndexed Package Description org.apache.druid.segment.data org.apache.druid.segment.nested -
-
Uses of FixedIndexed in org.apache.druid.segment.data
Methods in org.apache.druid.segment.data that return types with arguments of type FixedIndexed Modifier and Type Method Description static <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 FixedIndexed Modifier and Type Method Description FixedIndexed<Integer>NestedFieldDictionaryEncodedColumn. getDictionary()Constructor parameters in org.apache.druid.segment.nested with type arguments of type FixedIndexed Constructor Description NestedFieldColumnIndexSupplier(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)
-