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