jorisvandenbossche commented on code in PR #36289:
URL: https://github.com/apache/arrow/pull/36289#discussion_r1267880483
##########
docs/source/cpp/compute.rst:
##########
@@ -563,30 +563,32 @@ representation based on the rounding criterion.
+-------------------+------------+-------------+-------------------------+----------------------------------+--------+
| floor | Unary | Numeric | Float32/Float64/Decimal |
| |
Review Comment:
I would have expected that "floor" kernel is a small wrapper around "round"
with a specific RoundOptions value. If the output type of "round" changes, that
doesn't also change "floor"?
--
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]