MCPcopy Create free account
hub / github.com/apache/arrow / StaticRelease

Method StaticRelease

cpp/src/arrow/c/bridge.cc:2163–2163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2161 }
2162
2163 static void StaticRelease(StreamType* stream) { ExportedArrayStream{stream}.Release(); }
2164
2165 static const char* StaticGetLastError(StreamType* stream) {
2166 return ExportedArrayStream{stream}.GetLastError();

Callers

nothing calls this directly

Calls 1

ReleaseMethod · 0.45

Tested by

no test coverage detected