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

Method to_string

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

Source from the content-addressed store, hash-verified

1319 """
1320
1321 def to_string(self):
1322 if not self.is_valid:
1323 return self._format_null()
1324 value = self.val['value']
1325 return f"{self._format_type()} of value {format_date32(value)}"
1326
1327
1328class Date64ScalarPrinter(TimeScalarPrinter):

Callers

nothing calls this directly

Calls 3

format_date32Function · 0.85
_format_nullMethod · 0.80
_format_typeMethod · 0.45

Tested by

no test coverage detected