trinodb/trino

Document `truncate(number, position)` function

クローズ

#28,765 opened on 2026/03/19

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Java (2,678 件のフォーク)batch import
good first issueneeds-docs

Repository metrics

Stars
 (9,113 個のスター)
PR merge metrics
 (平均マージ 5d 9h) (30d で 306 merged PRs)

説明

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

コントリビューターガイド