Skip to main content

combine_rows

Function combine_rows 

Source
pub fn combine_rows<R, O>(
    left: &R,
    right: &R,
    row_id: u64,
    build_row: impl FnOnce(u64, Vec<R::Value>) -> O,
) -> O
where R: RowLike,
Expand description

Combine left and right row values into a caller-owned output row.