Uses of Class
org.apache.druid.segment.data.CompressedColumnarIntsSupplier
-
Packages that use CompressedColumnarIntsSupplier Package Description org.apache.druid.segment.data -
-
Uses of CompressedColumnarIntsSupplier in org.apache.druid.segment.data
Methods in org.apache.druid.segment.data that return CompressedColumnarIntsSupplier Modifier and Type Method Description static CompressedColumnarIntsSupplierCompressedColumnarIntsSupplier. fromByteBuffer(ByteBuffer buffer, ByteOrder order)static CompressedColumnarIntsSupplierCompressedColumnarIntsSupplier. fromByteBuffer(ByteBuffer buffer, ByteOrder order, SmooshedFileMapper mapper)static CompressedColumnarIntsSupplierCompressedColumnarIntsSupplier. fromList(it.unimi.dsi.fastutil.ints.IntArrayList list, int chunkFactor, ByteOrder byteOrder, CompressionStrategy compression, Closer closer)
-