Uses of Interface
org.apache.druid.segment.data.ColumnarFloats
Packages that use ColumnarFloats
-
Uses of ColumnarFloats in org.apache.druid.segment.column
Methods in org.apache.druid.segment.column with parameters of type ColumnarFloatsModifier and TypeMethodDescriptionstatic FloatsColumnFloatsColumn.create(ColumnarFloats column, ImmutableBitmap nullValueBitmap) Factory method to create FloatsColumn. -
Uses of ColumnarFloats in org.apache.druid.segment.data
Methods in org.apache.druid.segment.data that return ColumnarFloatsModifier and TypeMethodDescriptionBlockLayoutColumnarFloatsSupplier.get()CompressedColumnarFloatsSupplier.get()EntireLayoutColumnarFloatsSupplier.get()Methods in org.apache.druid.segment.data that return types with arguments of type ColumnarFloatsModifier and TypeMethodDescriptionstatic com.google.common.base.Supplier<ColumnarFloats> CompressionFactory.getFloatSupplier(int totalSize, int sizePer, ByteBuffer fromBuffer, ByteOrder order, CompressionStrategy strategy, SmooshedFileMapper smooshMapper) Reads a column from aByteBuffer, possibly using additional secondary files from aSmooshedFileMapper.