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

Method to_string

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

Source from the content-addressed store, hash-verified

2142 return s + ")"
2143
2144 def to_string(self):
2145 state_ptr = self.val['state_']
2146 if int(state_ptr) == 0:
2147 return "arrow::Status::OK()"
2148 return self._format_error(state_ptr.dereference())
2149
2150
2151class ResultPrinter(StatusPrinter):

Callers

nothing calls this directly

Calls 1

_format_errorMethod · 0.95

Tested by

no test coverage detected