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

Method ReleaseStream

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

Source from the content-addressed store, hash-verified

2261 ~ArrayStreamReader() { ReleaseStream(); }
2262
2263 void ReleaseStream() {
2264 // all our trait release funcs check IsReleased so we don't
2265 // need to repeat it here
2266 StreamTraits::ReleaseFunc(&stream_);
2267 DCHECK(StreamTraits::IsReleasedFunc(&stream_));
2268 }
2269
2270 protected:
2271 Status ReadNextArrayInternal(ArrayType* array) {

Callers 2

CloseMethod · 0.80
ImportChunkedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected