trinodb/trino
Document `truncate(number, position)` function
Fechada
#28.765 aberto em 19 de mar. de 2026
good first issueneeds-docs
Métricas do repositório
- Stars
- (9.113 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
https://trino.io/docs/current/functions/math.html#truncate documents only truncate(number)
truncate(number, position) is currently not documented.
It's supported for decimal and number types.
see round docs https://trino.io/docs/current/functions/math.html#round for example
cc @mosabua