MCPcopy Create free account
hub / github.com/apache/arrow / _format_value

Method _format_value

cpp/gdb_arrow.py:1700–1701  ·  view source on GitHub ↗
(self, val)

Source from the content-addressed store, hash-verified

1698 self.unit = self.type['unit_']
1699
1700 def _format_value(self, val):
1701 return format_timestamp(val, self.unit)
1702
1703
1704class MonthIntervalArrayDataPrinter(NumericArrayDataPrinter):

Callers

nothing calls this directly

Calls 1

format_timestampFunction · 0.85

Tested by

no test coverage detected