Skip to main content

combine_rows

Function combine_rows 

Source
pub fn combine_rows(
    left: &Row,
    right: &Row,
    left_count: usize,
    right_count: usize,
) -> Vec<Value>
Expand description

Combine two rows into one for join output.