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

Method to_string

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

Source from the content-addressed store, hash-verified

1331 """
1332
1333 def to_string(self):
1334 if not self.is_valid:
1335 return self._format_null()
1336 value = self.val['value']
1337 return f"{self._format_type()} of value {format_date64(value)}"
1338
1339
1340class TimestampScalarPrinter(ScalarPrinter):

Callers

nothing calls this directly

Calls 3

format_date64Function · 0.85
_format_nullMethod · 0.80
_format_typeMethod · 0.45

Tested by

no test coverage detected