Function array_append

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