ARROW-14816: [R] Implement bindings for lubridate::mday#12218
ARROW-14816: [R] Implement bindings for lubridate::mday#12218AlenkaF wants to merge 1 commit intoapache:masterfrom
Conversation
|
Would this be a candidate for another c++ kernel? |
@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. |
|
@rok yes, Nic is correct. Note that the binding for |
|
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.