Introduce total_count
This commit is contained in:
parent
cad4ba8215
commit
2f23df1009
3 changed files with 61 additions and 8 deletions
|
|
@ -10,6 +10,7 @@ pub enum Error {
|
|||
pub enum DecodeErrorKind {
|
||||
StoreHeaderNumberOfColumns,
|
||||
StoreHeaderDeletedCount,
|
||||
StoreHeaderTotalCount,
|
||||
EntryData,
|
||||
EntryIsDeleted,
|
||||
EntryDataSize
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue