Uses of Interface
org.apache.druid.segment.data.ColumnarDoubles
-
Packages that use ColumnarDoubles Package Description org.apache.druid.segment.column org.apache.druid.segment.data org.apache.druid.segment.nested -
-
Uses of ColumnarDoubles in org.apache.druid.segment.column
Methods in org.apache.druid.segment.column with parameters of type ColumnarDoubles Modifier and Type Method Description static DoublesColumnDoublesColumn. create(ColumnarDoubles column, ImmutableBitmap nullValueBitmap)Factory method to create DoublesColumn. -
Uses of ColumnarDoubles in org.apache.druid.segment.data
Methods in org.apache.druid.segment.data that return ColumnarDoubles Modifier and Type Method Description ColumnarDoublesBlockLayoutColumnarDoublesSupplier. get()ColumnarDoublesEntireLayoutColumnarDoublesSupplier. get()Methods in org.apache.druid.segment.data that return types with arguments of type ColumnarDoubles Modifier and Type Method Description static com.google.common.base.Supplier<ColumnarDoubles>CompressedColumnarDoublesSuppliers. fromByteBuffer(ByteBuffer buffer, ByteOrder order)static com.google.common.base.Supplier<ColumnarDoubles>CompressionFactory. getDoubleSupplier(int totalSize, int sizePer, ByteBuffer fromBuffer, ByteOrder byteOrder, CompressionStrategy strategy) -
Uses of ColumnarDoubles in org.apache.druid.segment.nested
Constructors in org.apache.druid.segment.nested with parameters of type ColumnarDoubles 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)ScalarDoubleColumn(FixedIndexed<Double> doubleDictionary, ColumnarDoubles valueColumn, ImmutableBitmap nullValueIndex)
-