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