Structsยง
Functionsยง
- compress_
payload ๐ - Compresses checkpoint data using the specified algorithm.
- decode_
checkpoint_ ๐data - Decodes checkpoint data, supporting both envelope (compressed) and legacy (raw) formats.
- decompress_
payload ๐ - read_
bytes_ ๐in_ chunks - xxhash64_
checksum ๐ - Computes xxhash64 checksum of the given data, using seed 0.
This matches the xxhash64 used in block checksum (see
sstable/utils.rs).