Function array_repeat

Source
pub fn array_repeat<T: ToExpr + ToLiteralExpr>(col: T, count: T) -> Column
where Vec<T>: ToVecExpr,