presto:default> select concat(array[1,2],array[3,4,5]) as concat;
concat ----------------- [1, 2, 3, 4, 5]