pub struct SstReader { /* private fields */ }
Implementations§
Source§impl SstReader
impl SstReader
pub fn open<P: AsRef<Path>>(path: P) -> Result<Self>
pub fn file_size(&self) -> u64
pub fn read_data_block( &mut self, handle: BlockHandle, compression_type: CompressionType, ) -> Result<DataBlock>
pub fn read_data_block_reader( &mut self, handle: BlockHandle, compression_type: CompressionType, ) -> Result<DataBlockReader>
Auto Trait Implementations§
impl Freeze for SstReader
impl RefUnwindSafe for SstReader
impl Send for SstReader
impl Sync for SstReader
impl Unpin for SstReader
impl UnwindSafe for SstReader
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