jamesdow21 opened a new issue, #37192:
URL: https://github.com/apache/arrow/issues/37192

   ### Describe the enhancement requested
   
   Currently the supported operations between durations are addition and 
subtraction (both giving back a duration with the same resolution).
   
   Division between durations also makes sense (should yield a float) but is 
not supported
   
   This would also enable the equivalent of [python timedelta's 
`.total_seconds()` 
method](https://docs.python.org/3/library/datetime.html#datetime.timedelta.total_seconds),
 which is the same as just dividing by `timedelta(seconds=1)`
   
   ### Component(s)
   
   C++, Python


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to