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

Method ReleaseStream

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

Source from the content-addressed store, hash-verified

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

Callers 2

CloseMethod · 0.80
ImportChunkedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected