Uses of Interface
org.apache.druid.segment.data.WritableSupplier
Packages that use WritableSupplier
-
Uses of WritableSupplier in org.apache.druid.segment.data
Classes in org.apache.druid.segment.data that implement WritableSupplierModifier and TypeClassDescriptionclassclassclassFormat - 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.classThe 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.classclass