jorisvandenbossche commented on code in PR #36289:
URL: https://github.com/apache/arrow/pull/36289#discussion_r1267931632
##########
docs/source/cpp/compute.rst:
##########
@@ -563,30 +563,32 @@ representation based on the rounding criterion.
+-------------------+------------+-------------+-------------------------+----------------------------------+--------+
| floor | Unary | Numeric | Float32/Float64/Decimal |
| |
Review Comment:
Although it might also simplify things, given that the
`RoundIntegerToFloatingPointFunction` to explicitly cast int to float which is
still used for floor/trunc/ceil could then be removed (but didn't check the
code in detail)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]