chore: add value2 comment snapshot

This commit is contained in:
leeeon233 2023-02-17 09:55:57 +08:00 committed by Leonzhao
parent d87b3b960d
commit 9dc373048d

View file

@ -129,6 +129,8 @@ struct SnapshotOpEncoding {
prop: usize,
// list range start or del len or map value index
value: u64,
// List: the length of content when inserting, -2 when the inserted content is unknown, and -1 when deleting.
// Map: always -1
#[columnar(strategy = "Rle")]
value2: i64,
}