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

贡献者指南