Uses of Interface
org.apache.druid.segment.data.ColumnarLongs
Packages that use ColumnarLongs
Package
Description
-
Uses of ColumnarLongs in org.apache.druid.segment.column
Methods in org.apache.druid.segment.column with parameters of type ColumnarLongsModifier and TypeMethodDescriptionstatic LongsColumnLongsColumn.create(ColumnarLongs column, ImmutableBitmap nullValueBitmap) Factory method to create LongsColumn. -
Uses of ColumnarLongs in org.apache.druid.segment.data
Classes in org.apache.druid.segment.data that implement ColumnarLongsModifier and TypeClassDescriptionclassfinal classMethods in org.apache.druid.segment.data that return ColumnarLongsModifier and TypeMethodDescriptionBlockLayoutColumnarLongsSupplier.get()CompressedColumnarLongsSupplier.get()EntireLayoutColumnarLongsSupplier.get()Methods in org.apache.druid.segment.data that return types with arguments of type ColumnarLongsModifier and TypeMethodDescriptionstatic com.google.common.base.Supplier<ColumnarLongs> CompressionFactory.getLongSupplier(int totalSize, int sizePer, ByteBuffer fromBuffer, ByteOrder order, CompressionFactory.LongEncodingFormat encodingFormat, CompressionStrategy strategy, SmooshedFileMapper smooshMapper) Reads a column from aByteBuffer, possibly using additional secondary files from aSmooshedFileMapper. -
Uses of ColumnarLongs in org.apache.druid.segment.nested
Constructors in org.apache.druid.segment.nested with parameters of type ColumnarLongsModifierConstructorDescriptionNestedFieldDictionaryEncodedColumn(FieldTypeInfo.TypeSet types, ColumnarLongs longsColumn, ColumnarDoubles doublesColumn, ColumnarInts column, TStringDictionary globalDictionary, FixedIndexed<Long> globalLongDictionary, FixedIndexed<Double> globalDoubleDictionary, FrontCodedIntArrayIndexed globalArrayDictionary, FixedIndexed<Integer> dictionary, ImmutableBitmap nullBitmap) ScalarLongColumn(FixedIndexed<Long> longDictionary, Supplier<ColumnarInts> encodedValuesSupplier, ColumnarLongs valueColumn, ImmutableBitmap nullValueIndex, BitmapFactory bitmapFactory)