Apache Presto - array_min (x)

Query

presto:default> select array_min(array[1,2,3]) as minelement;

Risultato

minelement 
------------ 
     1