Apache Presto - recortar (cadena)

Consulta

presto:default> select trim('Presto') as string_trim;

Resultado

string_trim 
------------- 
   Presto