jorisvandenbossche commented on code in PR #12657:
URL: https://github.com/apache/arrow/pull/12657#discussion_r869195891


##########
cpp/src/arrow/compute/api_scalar.h:
##########
@@ -117,6 +119,18 @@ class ARROW_EXPORT RoundTemporalOptions : public 
FunctionOptions {
   CalendarUnit unit;
   /// What day does the week start with (Monday=true, Sunday=false)
   bool week_starts_monday;
+  /// If True times exactly on unit multiple boundary will be rounded up one 
unit.
+  /// This applies for ceiling only.

Review Comment:
   Suggestion from a chat: "Enable this flag to return a rounded value that is 
strictly greater than the input", and then give one example to clarify further



-- 
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]

Reply via email to