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

Method ToString

cpp/src/arrow/util/io_util.cc:248–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246 const char* type_id() const override { return kErrnoDetailTypeId; }
247
248 std::string ToString() const override {
249 std::stringstream ss;
250 ss << "[errno " << errnum_ << "] " << ErrnoMessage(errnum_);
251 return ss.str();
252 }
253
254 int errnum() const { return errnum_; }
255

Callers

nothing calls this directly

Calls 2

ErrnoMessageFunction · 0.85
strMethod · 0.80

Tested by

no test coverage detected