Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Detach
Method
Detach
cpp/src/arrow/c/util_internal.h:83–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
~ExportGuard() { Release(); }
82
83
void Detach() { c_export_ = nullptr; }
84
85
void Reset(CType* c_export) { c_export_ = c_export; }
86
Callers
4
ExportArray
Function · 0.45
ExportRecordBatch
Function · 0.45
ExportDeviceArray
Function · 0.45
ExportDeviceRecordBatch
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected