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

Method to_string

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

Source from the content-addressed store, hash-verified

1467 yield ("value", deref(value))
1468
1469 def to_string(self):
1470 if not self.is_valid:
1471 return self._format_null()
1472 return f"{self._format_type()}"
1473
1474
1475class SparseUnionScalarPrinter(ScalarPrinter):

Callers

nothing calls this directly

Calls 2

_format_nullMethod · 0.80
_format_typeMethod · 0.45

Tested by

no test coverage detected