jorisvandenbossche commented on code in PR #36289:
URL: https://github.com/apache/arrow/pull/36289#discussion_r1267905406
##########
docs/source/cpp/compute.rst:
##########
@@ -563,30 +563,32 @@ representation based on the rounding criterion.
+-------------------+------------+-------------+-------------------------+----------------------------------+--------+
| floor | Unary | Numeric | Float32/Float64/Decimal |
| |
Review Comment:
But now that Round itself supports rounding integers, how hard would it be
to expand the floor/trunc registration to integer types as well?
(like `MakeUnaryRoundFunction` was updated to loop through all NumericTypes
instead of just float32/float64)
--
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]