Uh oh!
There was an error while loading. Please reload this page.
ARROW-15919: [C++] Add function not commutative with timestamps & duration maths - #12612
ARROW-15919: [C++] Add function not commutative with timestamps & duration maths#12612rok wants to merge 4 commits into
Conversation
a353e51 to
b60d2aaComparerok
commented
Mar 14, 2022
@pitrou could you please take a look at this? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
2bad7b9 to
5faf75eCompareBenchmark runs are scheduled for baseline = e258e1c and contender = 70b8a82. 70b8a82 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
This is to resolve ARROW-15919.
It adds commutativity to kernels:
add/add_checked(timestamp, duration)->timestampadd/add_checked(time32/64, duration)->time32/64add/add_checked(date32/64, duration)->date32/64