Introduce BTreeSchema

This commit is contained in:
Paul Hauner
2019-04-26 11:55:26 +10:00
parent 794b48078c
commit 8976e652d2
4 changed files with 70 additions and 49 deletions

View File

@@ -13,6 +13,6 @@ pub enum Error {
BytesAreNotEvenChunks(usize),
NoModifiedFieldForChunk(usize),
NoBytesForChunk(usize),
NoOverlayForIndex(usize),
NoSchemaForIndex(usize),
NotLeafNode(usize),
}