Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ type_id
Method
type_id
python/pyarrow/src/arrow/python/common.cc:90–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
class PythonErrorDetail : public StatusDetail {
89
public:
90
const char* type_id() const override { return kErrorDetailTypeId; }
91
92
std::string ToString() const override {
93
// This is simple enough not to need the GIL
Callers
1
IsPyError
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected