Get desktop application:
View/edit binary Protocol Buffers messages
Checksum of a block.
Used in:
Index of a block, which contains necessary information to identify what's inside a block.
Block offset (in bytes) in the `.col` file.
Block length (in bytes).
RowID of the first item in the block.
Total count of rows in the block.
First key in the block. Only used in sorted index.
Statistics of the block.
If first_key is null
Type of the current block. The type is stored in block header, and won't be stored in BlockIndex.
Statistics of a block.
Used in:
Encoded data of the aggregated value. Generally, it should be an encoded `DataValue`.
Description and usage of each statistics is described in `statistics.rs`.
Used in:
An entry of a delete record.