Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ short_time_unit
Function
short_time_unit
cpp/gdb_arrow.py:245–246 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
243
244
245
def
short_time_unit(val):
246
return
[
's'
,
'ms'
,
'us'
,
'ns'
][int(val)]
247
248
249
def
format_month_interval(val):
Callers
4
format_timestamp
Function · 0.85
to_string
Method · 0.85
to_string
Method · 0.85
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected