polars_ops::frame::join

Function _coalesce_full_join

Source
pub fn _coalesce_full_join(
    df: DataFrame,
    keys_left: &[PlSmallStr],
    keys_right: &[PlSmallStr],
    suffix: Option<PlSmallStr>,
    df_left: &DataFrame,
) -> DataFrame