trinodb/trino

Document `truncate(number, position)` function

已关闭

#28,765 创建于 2026年3月19日

 (3 条评论) (0 个反应) (0 位负责人)Java (2,678 个派生)batch import
good first issueneeds-docs

仓库指标

星标
 (9,113 个星标)
PR 合并指标
 (平均合并 5天 9小时) (30 天内合并 306 个 PR)

描述

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

贡献者指南