Commits


Rok Mihevc authored and GitHub committed fc082c5e898
ARROW-14821: [C++] Add ceil_is_strictly_greater and calendar_based_origin temporal round options (to mimic lubridate's date rounding) (#12657) This implements `RoundTemporalOptions.ceil_is_strictly_greater` and `RoundTemporalOptions.calendar_based_origin` parameters in C++ to enable temporal rounding in R ([ARROW-14821](https://issues.apache.org/jira/browse/ARROW-14821)). Lead-authored-by: Rok <rok@mihevc.org> Co-authored-by: Rok Mihevc <rok@mihevc.org> Signed-off-by: Antoine Pitrou <antoine@python.org>