Introduce total_count

This commit is contained in:
Yuriy Dupyn 2024-02-02 15:06:17 +01:00
parent cad4ba8215
commit 2f23df1009
3 changed files with 61 additions and 8 deletions

View file

@ -10,6 +10,7 @@ pub enum Error {
pub enum DecodeErrorKind {
StoreHeaderNumberOfColumns,
StoreHeaderDeletedCount,
StoreHeaderTotalCount,
EntryData,
EntryIsDeleted,
EntryDataSize