Skip to main content

union_all

Function union_all 

Source
fn union_all(
    acc: Option<DataFrame>,
    branch: DataFrame,
) -> Result<Option<DataFrame>>
Expand description

Folds union branches without requiring a non-empty input.