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

Method _for_evaluation

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

Source from the content-addressed store, hash-verified

1271 return f"{self._format_type()} of null value"
1272
1273 def _for_evaluation(self):
1274 return for_evaluation(self.val)
1275
1276
1277class NullScalarPrinter(ScalarPrinter):

Callers

nothing calls this directly

Calls 1

for_evaluationFunction · 0.85

Tested by

no test coverage detected