Skip to main content

join

Function join 

Source
pub fn join(
    data1: &[u8],
    data2: &[u8],
    config: &JoinConfig,
    tool_name: &str,
    file1_name: &str,
    file2_name: &str,
    out: &mut impl Write,
) -> Result<bool>
Expand description

Run the join merge algorithm on two sorted inputs.