Function spark_connect_core::functions::array_append

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