MCPcopy 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
245def short_time_unit(val):
246 return ['s', 'ms', 'us', 'ns'][int(val)]
247
248
249def format_month_interval(val):

Callers 4

format_timestampFunction · 0.85
to_stringMethod · 0.85
to_stringMethod · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected