trinodb/trino

Document `truncate(number, position)` function

Open

#28,765 opened on 2026年3月19日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)Java (9,113 stars) (2,678 forks)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

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