Apache Presto - array_max (x)

Query

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

Risultato

maxelement 
------------ 
     3