Uses of Class
org.apache.druid.segment.data.CompressedColumnarFloatsSupplier
Packages that use CompressedColumnarFloatsSupplier
-
Uses of CompressedColumnarFloatsSupplier in org.apache.druid.segment.data
Methods in org.apache.druid.segment.data that return CompressedColumnarFloatsSupplierModifier and TypeMethodDescriptionCompressedColumnarFloatsSupplier.fromByteBuffer(ByteBuffer buffer, ByteOrder order, SmooshedFileMapper smooshMapper) Reads a column from aByteBuffer, possibly using additional secondary files from aSmooshedFileMapper. -
Uses of CompressedColumnarFloatsSupplier in org.apache.druid.segment.serde
Constructors in org.apache.druid.segment.serde with parameters of type CompressedColumnarFloatsSupplierModifierConstructorDescriptionFloatNumericColumnSupplier(CompressedColumnarFloatsSupplier column, ImmutableBitmap nullValueBitmap)