Add which columns are indexable to store header

This commit is contained in:
Yuriy Dupyn 2024-02-04 19:00:50 +01:00
parent 4c0f91ad33
commit f2c17d2e66
5 changed files with 100 additions and 46 deletions

View file

@ -12,6 +12,7 @@ pub enum DecodeErrorKind {
StoreHeaderDeletedCount,
StoreHeaderTotalCount,
StoreHeaderPrimaryColumn,
StoreHeaderIndexedColumns,
EntryData,
EntryIsDeleted,
EntryHeaderWithDataSizes,