EpsilonPrime commented on code in PR #33775:
URL: https://github.com/apache/arrow/pull/33775#discussion_r1083729922
##########
cpp/src/arrow/compute/api_scalar.h:
##########
@@ -882,6 +891,20 @@ ARROW_EXPORT
Result<Datum> Round(const Datum& arg, RoundOptions options =
RoundOptions::Defaults(),
ExecContext* ctx = NULLPTR);
+/// \brief Round a value to a given precision.
+///
+/// If argument is null the result will be null.
Review Comment:
Added.
--
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]