pub fn array_repeat(col: impl Into<Column>, count: impl Into<Column>) -> Column
Creates an array containing a column repeated count times.