Split cursor capabilities
This commit is contained in:
parent
f18fd3a796
commit
edfecfa8d6
7 changed files with 438 additions and 411 deletions
3
storage_engine/src/cursor_capabilities/mod.rs
Normal file
3
storage_engine/src/cursor_capabilities/mod.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
pub(crate) mod primitive;
|
||||
pub(crate) mod header_access;
|
||||
pub(crate) mod index_access;
|
||||
Loading…
Add table
Add a link
Reference in a new issue