Uses of Class
org.apache.druid.segment.data.FrontCodedIntArrayIndexed
Packages that use FrontCodedIntArrayIndexed
-
Uses of FrontCodedIntArrayIndexed in org.apache.druid.segment.data
Methods in org.apache.druid.segment.data that return types with arguments of type FrontCodedIntArrayIndexedModifier and TypeMethodDescriptionstatic com.google.common.base.Supplier<FrontCodedIntArrayIndexed> FrontCodedIntArrayIndexed.read(ByteBuffer buffer, ByteOrder ordering) -
Uses of FrontCodedIntArrayIndexed in org.apache.druid.segment.nested
Constructors in org.apache.druid.segment.nested with parameters of type FrontCodedIntArrayIndexedModifierConstructorDescriptionNestedFieldDictionaryEncodedColumn(FieldTypeInfo.TypeSet types, ColumnarLongs longsColumn, ColumnarDoubles doublesColumn, ColumnarInts column, TStringDictionary globalDictionary, FixedIndexed<Long> globalLongDictionary, FixedIndexed<Double> globalDoubleDictionary, FrontCodedIntArrayIndexed globalArrayDictionary, FixedIndexed<Integer> dictionary, ImmutableBitmap nullBitmap) VariantColumn(TStringDictionary stringDictionary, FixedIndexed<Long> longDictionary, FixedIndexed<Double> doubleDictionary, FrontCodedIntArrayIndexed arrayDictionary, ColumnarInts encodedValueColumn, ImmutableBitmap nullValueBitmap, ColumnType logicalType, Byte variantTypeSetByte, BitmapFactory bitmapFactory) protectedVariantVectorObjectSelector(ReadableVectorOffset offset, ColumnarInts encodedValueColumn, FrontCodedIntArrayIndexed arrayDictionary, ExpressionType logicalExpressionType, int adjustArrayId)