Function spark_connect_core::functions::array_repeat

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