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

Method equivalent_errno

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

Source from the content-addressed store, hash-verified

419 int errnum() const { return errnum_; }
420
421 int equivalent_errno() const { return WinErrorToErrno(errnum_); }
422
423 protected:
424 int errnum_;

Callers 1

ErrnoFromStatusFunction · 0.80

Calls 1

WinErrorToErrnoFunction · 0.85

Tested by

no test coverage detected