pub fn repeat(col: impl Into<Column>, n: impl Into<Column>) -> Column
Repeats a string column n times, and returns it as a new string column.