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.
This function is O(1).