Function polars_lazy::dsl::functions::repeat

source ·
pub fn repeat<L>(value: L, n_times: Expr) -> Exprwhere
    L: Literal,
Expand description

Repeat a literal value n times.