pub fn array_append(col: impl Into<Column>, value: impl Into<Column>) -> Column
Returns an array of the elements in col1 along with the added element in col2 at the last of the array.