Uses of Interface
org.apache.druid.segment.data.ColumnarInts
Packages that use ColumnarInts
Package
Description
-
Uses of ColumnarInts in org.apache.druid.segment.column
Constructors in org.apache.druid.segment.column with parameters of type ColumnarIntsModifierConstructorDescriptionStringSingleValueDimensionVectorSelector(ColumnarInts column, ReadableVectorOffset offset) StringUtf8DictionaryEncodedColumn(ColumnarInts singleValueColumn, ColumnarMultiInts multiValueColumn, Indexed<ByteBuffer> utf8Dictionary, BitmapFactory bitmapFactory) StringVectorObjectSelector(ColumnarInts column, ReadableVectorOffset offset) -
Uses of ColumnarInts in org.apache.druid.segment.data
Classes in org.apache.druid.segment.data that implement ColumnarIntsModifier and TypeClassDescriptionclassclassMethods in org.apache.druid.segment.data that return ColumnarInts -
Uses of ColumnarInts in org.apache.druid.segment.nested
Constructors in org.apache.druid.segment.nested with parameters of type ColumnarIntsModifierConstructorDescriptionNestedFieldDictionaryEncodedColumn(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) Constructor parameters in org.apache.druid.segment.nested with type arguments of type ColumnarIntsModifierConstructorDescriptionScalarDoubleColumn(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)