polars_lazy::dsl::functions

Function concat_lf_horizontal

Source
pub fn concat_lf_horizontal<L: AsRef<[LazyFrame]>>(
    inputs: L,
    args: UnionArgs,
) -> PolarsResult<LazyFrame>
Expand description

Concat LazyFrames horizontally.