Function polars_lazy::dsl::functions::concat_lf_horizontal

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

Concat LazyFrames horizontally.