Uses of Class
org.apache.druid.segment.data.CompressedVSizeColumnarMultiIntsSupplier
-
Packages that use CompressedVSizeColumnarMultiIntsSupplier Package Description org.apache.druid.segment.data -
-
Uses of CompressedVSizeColumnarMultiIntsSupplier in org.apache.druid.segment.data
Methods in org.apache.druid.segment.data that return CompressedVSizeColumnarMultiIntsSupplier Modifier and Type Method Description static CompressedVSizeColumnarMultiIntsSupplierCompressedVSizeColumnarMultiIntsSupplier. fromByteBuffer(ByteBuffer buffer, ByteOrder order)static CompressedVSizeColumnarMultiIntsSupplierCompressedVSizeColumnarMultiIntsSupplier. fromIterable(Iterable<IndexedInts> objectsIterable, int maxValue, ByteOrder byteOrder, CompressionStrategy compression, Closer closer)
-