Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ OwnedRef
Function
OwnedRef
python/pyarrow/src/arrow/python/common.h:185–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
public:
184
OwnedRef() : obj_(NULLPTR) {}
185
OwnedRef(OwnedRef&& other) : OwnedRef(other.detach()) {}
186
explicit OwnedRef(PyObject* obj) : obj_(obj) {}
187
188
OwnedRef& operator=(OwnedRef&& other) {
Callers
1
common.h
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected