Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ~RecordBatchStream
Method
~RecordBatchStream
cpp/src/arrow/flight/server.cc:396–398 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
394
}
395
396
RecordBatchStream::~RecordBatchStream() {
397
ARROW_WARN_NOT_OK(impl_->Close(),
"Failed to close FlightDataStream"
);
398
}
399
400
Status RecordBatchStream::Close() { return impl_->Close(); }
401
Callers
nothing calls this directly
Calls
1
Close
Method · 0.45
Tested by
no test coverage detected