trinodb/trino

Document `truncate(number, position)` function

Open

#28,765 建立於 2026年3月19日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Java (9,113 star) (2,678 fork)batch import
good first issueneeds-docs

描述

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

貢獻者指南