Skip to main content

get_table

Function get_table 

Source
pub fn get_table(
    mem: &mut Memvid,
    table_id: &str,
) -> Result<Option<ExtractedTable>>
Expand description

Get a table by its ID.

§Arguments

  • mem - The Memvid instance to read from (mutable due to internal caching)
  • table_id - The table ID to look up

§Returns

The reconstructed ExtractedTable if found