Skip to main content

adjacency_fetch_outgoing_batch

Function adjacency_fetch_outgoing_batch 

Source
pub fn adjacency_fetch_outgoing_batch(
    graph: &SqliteGraph,
    ids: &[i64],
) -> Result<Vec<(i64, Vec<i64>)>, SqliteGraphError>