Function update_degree

Source
pub(crate) fn update_degree<S: StateStore, const INCREMENT: bool>(
    order_key_indices: &[usize],
    degree_state: &mut TableInner<S>,
    matched_row: &mut JoinRow<OwnedRow>,
)