pub fn get_higher_order_neighbors(
conn: &Connection,
entity_id: i64,
min_arity: Option<usize>,
max_arity: Option<usize>,
) -> Result<Vec<HigherOrderNeighbor>>Expand description
Get higher-order neighbors of an entity (entities connected through hyperedges).