Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ StaticRelease
Method
StaticRelease
cpp/src/arrow/c/bridge.cc:2168–2168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2166
}
2167
2168
static void StaticRelease(StreamType* stream) { ExportedArrayStream{stream}.Release(); }
2169
2170
static const char* StaticGetLastError(StreamType* stream) {
2171
return ExportedArrayStream{stream}.GetLastError();
Callers
nothing calls this directly
Calls
1
Release
Method · 0.45
Tested by
no test coverage detected