Change entry header. Expand api
This commit is contained in:
parent
2f23df1009
commit
cac34d95e0
6 changed files with 150 additions and 39 deletions
|
|
@ -11,9 +11,10 @@ pub enum DecodeErrorKind {
|
|||
StoreHeaderNumberOfColumns,
|
||||
StoreHeaderDeletedCount,
|
||||
StoreHeaderTotalCount,
|
||||
StoreHeaderPrimaryColumn,
|
||||
EntryData,
|
||||
EntryIsDeleted,
|
||||
EntryDataSize
|
||||
EntryHeaderWithDataSizes,
|
||||
}
|
||||
|
||||
// ===Errors===
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue