Can build indexes on new columns
This commit is contained in:
parent
8139112934
commit
b0f05f36f2
5 changed files with 110 additions and 14 deletions
|
|
@ -6,6 +6,7 @@ pub enum Error {
|
|||
EncodeError(bincode::error::EncodeError),
|
||||
AttemptToIndexNonIndexableColumn(Column),
|
||||
IndexIsStoringEofFilePosition(Column),
|
||||
ColumnAlreadyIndexed(Column),
|
||||
IoError(std::io::Error),
|
||||
InvalidStoreHeader,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue