pub struct Reader { /* private fields */ }Expand description
Reads committed native column pages without holding the table in memory.
Implementations§
Source§impl Reader
impl Reader
Sourcepub fn open(path: impl AsRef<Path>) -> Result<Self>
pub fn open(path: impl AsRef<Path>) -> Result<Self>
Opens the highest valid directory slot.
§Errors
If the file has no valid committed directory or a directory pointer is out of bounds.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Reader
impl !UnwindSafe for Reader
impl Freeze for Reader
impl Send for Reader
impl Sync for Reader
impl Unpin for Reader
impl UnsafeUnpin for Reader
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more