Uses of Interface
org.apache.druid.segment.data.ColumnarDoubles
Packages that use ColumnarDoubles
Package
Description
-
Uses of ColumnarDoubles in org.apache.druid.segment.column
Methods in org.apache.druid.segment.column with parameters of type ColumnarDoublesModifier and TypeMethodDescriptionstatic DoublesColumnDoublesColumn.create(ColumnarDoubles column, ImmutableBitmap nullValueBitmap) Factory method to create DoublesColumn. -
Uses of ColumnarDoubles in org.apache.druid.segment.data
Classes in org.apache.druid.segment.data that implement ColumnarDoublesModifier and TypeClassDescriptionclassMethods in org.apache.druid.segment.data that return ColumnarDoublesModifier and TypeMethodDescriptionBlockLayoutColumnarDoublesSupplier.get()EntireLayoutColumnarDoublesSupplier.get()Methods in org.apache.druid.segment.data that return types with arguments of type ColumnarDoublesModifier and TypeMethodDescriptionstatic com.google.common.base.Supplier<ColumnarDoubles>CompressedColumnarDoublesSuppliers.fromByteBuffer(ByteBuffer buffer, ByteOrder order, SegmentFileMapper fileMapper) Reads a column from aByteBuffer, possibly using additional secondary files from aSegmentFileMapper.static com.google.common.base.Supplier<ColumnarDoubles>CompressionFactory.getDoubleSupplier(int totalSize, int sizePer, ByteBuffer fromBuffer, ByteOrder byteOrder, CompressionStrategy strategy, SegmentFileMapper fileMapper) Reads a column from aByteBuffer, possibly using additional secondary files from aSegmentFileMapper. -
Uses of ColumnarDoubles in org.apache.druid.segment.nested
Constructors in org.apache.druid.segment.nested with parameters of type ColumnarDoublesModifierConstructorDescriptionNestedFieldDictionaryEncodedColumn(FieldTypeInfo.TypeSet types, ColumnarLongs longsColumn, ColumnarDoubles doublesColumn, ColumnarInts column, TStringDictionary globalDictionary, FixedIndexed<Long> globalLongDictionary, FixedIndexed<Double> globalDoubleDictionary, FrontCodedIntArrayIndexed globalArrayDictionary, FixedIndexed<Integer> dictionary, ImmutableBitmap nullBitmap) ScalarDoubleColumn(FixedIndexed<Double> doubleDictionary, Supplier<ColumnarInts> encodedValuesSupplier, ColumnarDoubles valueColumn, ImmutableBitmap nullValueIndex, BitmapFactory bitmapFactory)