Skip to main content

edge_row_from_scan

Function edge_row_from_scan 

Source
pub const fn edge_row_from_scan(
    edge: &RegisteredEdge,
    source_pk: u64,
    target_pk: u64,
) -> EdgeRow
Expand description

Maps scanned SQL primary-key values to an EdgeRow for one registered edge mapping.

ยงPerformance

This function is O(1).