Uses of Interface
org.apache.druid.segment.data.ColumnarLongs
-
Packages that use ColumnarLongs Package Description org.apache.druid.segment.column org.apache.druid.segment.data org.apache.druid.segment.nested -
-
Uses of ColumnarLongs in org.apache.druid.segment.column
Methods in org.apache.druid.segment.column with parameters of type ColumnarLongs Modifier and Type Method Description static 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 ColumnarLongs Modifier and Type Class Description classCompressedLongsReaderMethods in org.apache.druid.segment.data that return ColumnarLongs Modifier and Type Method Description ColumnarLongsBlockLayoutColumnarLongsSupplier. get()ColumnarLongsCompressedColumnarLongsSupplier. get()ColumnarLongsEntireLayoutColumnarLongsSupplier. get()Methods in org.apache.druid.segment.data that return types with arguments of type ColumnarLongs Modifier and Type Method Description static com.google.common.base.Supplier<ColumnarLongs>CompressionFactory. getLongSupplier(int totalSize, int sizePer, ByteBuffer fromBuffer, ByteOrder order, CompressionFactory.LongEncodingFormat encodingFormat, CompressionStrategy strategy) -
Uses of ColumnarLongs in org.apache.druid.segment.nested
Constructors in org.apache.druid.segment.nested with parameters of type ColumnarLongs 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)ScalarLongColumn(FixedIndexed<Long> longDictionary, ColumnarLongs valueColumn, ImmutableBitmap nullValueIndex)
-