pub fn kg_shortest_path(
context: *mut sqlite3_context,
values: &[*mut sqlite3_value],
) -> Result<(), Error>Expand description
kg_shortest_path() - Find shortest path between two entities Parameters: from_id (INTEGER), to_id (INTEGER), max_depth (INTEGER, default 10) Returns JSON array of entity IDs representing the path