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

Method to_string

cpp/gdb_arrow.py:1360–1364  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1358 """
1359
1360 def to_string(self):
1361 if not self.is_valid:
1362 return self._format_null()
1363 value = self.val['value']
1364 return f"{self._format_type()} of value {format_month_interval(value)}"
1365
1366
1367class DecimalScalarPrinter(ScalarPrinter):

Callers

nothing calls this directly

Calls 3

format_month_intervalFunction · 0.85
_format_nullMethod · 0.80
_format_typeMethod · 0.45

Tested by

no test coverage detected