emkornfield commented on a change in pull request #11302:
URL: https://github.com/apache/arrow/pull/11302#discussion_r721900859
##########
File path: python/pyarrow/types.pxi
##########
@@ -2154,6 +2154,14 @@ def duration(unit):
return out
+def month_day_nano_interval():
+ """
+ Create instance of a interval representing the time between two calendar
+ instances represented as a triple of months, days and nanoseconds.
+ """
+ return primitive_type(_Type_INTERVAL_MONTH_DAY_NANO)
Review comment:
copied language from type.h
--
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]