Skip to main content

combine_rows_with_nulls

Function combine_rows_with_nulls 

Source
pub fn combine_rows_with_nulls(
    row: &Row,
    row_count: usize,
    null_count: usize,
    row_is_left: bool,
) -> Vec<Value>
Expand description

Combine a row with NULLs for the other side (used in OUTER JOINs).