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

Method _format_null

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

Source from the content-addressed store, hash-verified

1265 return f"arrow::{self.name}"
1266
1267 def _format_null(self):
1268 if self.type_class.is_parametric:
1269 return f"{self._format_type()} of type {self.type}, null value"
1270 else:
1271 return f"{self._format_type()} of null value"
1272
1273 def _for_evaluation(self):
1274 return for_evaluation(self.val)

Callers 9

to_stringMethod · 0.80
to_stringMethod · 0.80
to_stringMethod · 0.80
to_stringMethod · 0.80
to_stringMethod · 0.80
to_stringMethod · 0.80
to_stringMethod · 0.80
to_stringMethod · 0.80
to_stringMethod · 0.80

Calls 1

_format_typeMethod · 0.95

Tested by

no test coverage detected