Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Release
Method
Release
cpp/src/arrow/c/bridge.cc:1481–1486 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1479
}
1480
1481
void Release() {
1482
if (!ArrowArrayIsReleased(&array_)) {
1483
ArrowArrayRelease(&array_);
1484
DCHECK(ArrowArrayIsReleased(&array_));
1485
}
1486
}
1487
1488
~ImportedArrayData() { Release(); }
1489
Callers
1
StaticRelease
Method · 0.45
Calls
2
ArrowArrayIsReleased
Function · 0.85
ArrowArrayRelease
Function · 0.85
Tested by
no test coverage detected