Uses of Interface
org.apache.druid.segment.data.WritableSupplier
-
Packages that use WritableSupplier Package Description org.apache.druid.segment.data -
-
Uses of WritableSupplier in org.apache.druid.segment.data
Classes in org.apache.druid.segment.data that implement WritableSupplier Modifier and Type Class Description classCompressedColumnarIntsSupplierclassCompressedVSizeColumnarIntsSupplierclassCompressedVSizeColumnarMultiIntsSupplierFormat - byte 1 - version offsets -ColumnarIntsof length num of rows + 1 representing offsets of starting index of first element of each row in values index and last element equal to length of values column, the last element in the offsets represents the total length of values column.classV3CompressedVSizeColumnarMultiIntsSupplierThe format is mostly the same withCompressedVSizeColumnarMultiIntsSupplier(which has version 0x2, so we call it V2), the only difference is V3's offsets is not VSize encoded, it's just compressed.classVSizeColumnarIntsclassVSizeColumnarMultiInts
-