Add which columns are indexable to store header
This commit is contained in:
parent
4c0f91ad33
commit
f2c17d2e66
5 changed files with 100 additions and 46 deletions
|
|
@ -12,6 +12,7 @@ pub enum DecodeErrorKind {
|
|||
StoreHeaderDeletedCount,
|
||||
StoreHeaderTotalCount,
|
||||
StoreHeaderPrimaryColumn,
|
||||
StoreHeaderIndexedColumns,
|
||||
EntryData,
|
||||
EntryIsDeleted,
|
||||
EntryHeaderWithDataSizes,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue