Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ format_month_interval
Function
format_month_interval
cpp/gdb_arrow.py:249–253 ·
view source on GitHub ↗
Format a MonthInterval value.
(val)
Source
from the content-addressed store, hash-verified
247
248
249
def
format_month_interval(val):
250
""
"
251
Format a MonthInterval value.
252
""
"
253
return
f
"{int(val)}M"
254
255
256
def
format_days_milliseconds(days, milliseconds):
Callers
1
to_string
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected