Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
After ARROW-14941 we have support for the duration type; however, there is no binding for lubridate::duration() or as.difftime() available in dplyr evaluation that could create these objects. I'm actually not sure if we should bind lubridate::duration since it returns a custom S4 class that's identical in function to base R's difftime.
Attachments
Issue Links
- is depended upon by
-
ARROW-14810 [R] Implement bindings for lubridate's date_decimal and decimal_date
- Resolved
-
ARROW-14942 [R] Bindings for lubridate's dpicoseconds, dnanoseconds, desconds, dmilliseconds, dmicroseconds
- Resolved
-
ARROW-14944 [R] Implement lubridate::make_difftime
- Resolved
-
ARROW-15799 [R] Update as.Date() to support an origin different from epoch
- Resolved
-
ARROW-15800 [R] Implement bindings for lubridate::as_date() and lubridate::as_datetime()
- Resolved
- is duplicated by
-
ARROW-15766 [R] Implement bindings for lubridate::duration()
- Closed
- links to