load_node

Function load_node 

Source
pub fn load_node<E: StorageEngine>(
    engine: &E,
    table: &str,
    entity_id: EntityId,
) -> Result<Option<HnswNode>, VectorError>
Expand description

Load a single node from storage.