Uh oh!
There was an error while loading. Please reload this page.
ARROW-14816: [R] Implement bindings for lubridate::mday - #12218
Conversation
rok
commented
Jan 21, 2022
Would this be a candidate for another c++ kernel? |
thisisnic
commented
Jan 21, 2022
@rok From my understanding it is already using a C++ kernel - day. |
Benchmark runs are scheduled for baseline = 584b360 and contender = 3fa2d21. 3fa2d21 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
AlenkaF
commented
Jan 21, 2022
@rok yes, Nic is correct. Note that the binding for |
rok
commented
Jan 21, 2022
Ah, sorry for the noise :) |
Adding a binding for
lubridate::mdayin expressions.R and a test for date and timestamp.Note:
day()is an aliase formday()in lubridate.