Uses of Class
org.apache.druid.segment.nested.FieldTypeInfo.TypeSet
-
Packages that use FieldTypeInfo.TypeSet Package Description org.apache.druid.segment.nested -
-
Uses of FieldTypeInfo.TypeSet in org.apache.druid.segment.nested
Methods in org.apache.druid.segment.nested that return FieldTypeInfo.TypeSet Modifier and Type Method Description FieldTypeInfo.TypeSetFieldTypeInfo. getTypes(int fieldIndex)Constructors in org.apache.druid.segment.nested with parameters of type FieldTypeInfo.TypeSet 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)NestedFieldDictionaryEncodedColumn(FieldTypeInfo.TypeSet types, ColumnarLongs longsColumn, ColumnarDoubles doublesColumn, ColumnarInts column, TStringDictionary globalDictionary, FixedIndexed<Long> globalLongDictionary, FixedIndexed<Double> globalDoubleDictionary, FrontCodedIntArrayIndexed globalArrayDictionary, FixedIndexed<Integer> dictionary, ImmutableBitmap nullBitmap)
-