Struct sstable::table_reader::Table [] [src]

pub struct Table<R: Read + Seek> { /* fields omitted */ }

Methods

impl<R: Read + Seek> Table<R>
[src]

Creates a new table reader.

Returns the offset of the block that contains key.

Retrieve value from table. This function uses the attached filters, so is better suited if you frequently look for non-existing values (as it will detect the non-existence of an entry in a block without having to load the block).