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:1486–1491 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1484
}
1485
1486
void Release() {
1487
if (!ArrowArrayIsReleased(&array_)) {
1488
ArrowArrayRelease(&array_);
1489
DCHECK(ArrowArrayIsReleased(&array_));
1490
}
1491
}
1492
1493
~ImportedArrayData() { Release(); }
1494
Callers
1
StaticRelease
Method · 0.45
Calls
2
ArrowArrayIsReleased
Function · 0.85
ArrowArrayRelease
Function · 0.85
Tested by
no test coverage detected