Uses of Class
org.apache.druid.segment.data.FrontCodedIntArrayIndexed
-
Packages that use FrontCodedIntArrayIndexed Package Description org.apache.druid.segment.data org.apache.druid.segment.nested -
-
Uses of FrontCodedIntArrayIndexed in org.apache.druid.segment.data
Methods in org.apache.druid.segment.data that return types with arguments of type FrontCodedIntArrayIndexed Modifier and Type Method Description static 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 FrontCodedIntArrayIndexed Constructor Description 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)VariantColumn(TStringDictionary stringDictionary, FixedIndexed<Long> longDictionary, FixedIndexed<Double> doubleDictionary, FrontCodedIntArrayIndexed arrayDictionary, ColumnarInts encodedValueColumn, ImmutableBitmap nullValueBitmap, ColumnType logicalType, Byte variantTypeSetByte)VariantVectorObjectSelector(ReadableVectorOffset offset, ColumnarInts encodedValueColumn, FrontCodedIntArrayIndexed arrayDictionary, ExpressionType logicalExpressionType, int adjustArrayId)
-