Function polars_plan::dsl::functions::repeat

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

Repeat a literal value n times.