Apache Presto - ltrim (cadena)

Consulta

presto:default> select ltrim('Apache Presto') as string_ltrim;

Resultado

string_ltrim 
--------------- 
 Apache Presto