rok commented on code in PR #12657:
URL: https://github.com/apache/arrow/pull/12657#discussion_r869250419
##########
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:
Done.
--
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]