Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ AssertReaderClose
Method
AssertReaderClose
cpp/src/arrow/c/bridge_test.cc:4804–4807 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4802
}
4803
4804
void AssertReaderClose(const std::shared_ptr<RecordBatchReader>& reader) {
4805
ASSERT_OK(reader->Close());
4806
AssertReaderClosed(reader);
4807
}
4808
};
4809
4810
TEST_F(TestArrayStreamRoundtrip, Simple) {
Callers
nothing calls this directly
Calls
1
Close
Method · 0.45
Tested by
no test coverage detected