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:4745–4748 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4743
}
4744
4745
void AssertReaderClose(const std::shared_ptr<RecordBatchReader>& reader) {
4746
ASSERT_OK(reader->Close());
4747
AssertReaderClosed(reader);
4748
}
4749
};
4750
4751
TEST_F(TestArrayStreamRoundtrip, Simple) {
Callers
nothing calls this directly
Calls
1
Close
Method · 0.45
Tested by
no test coverage detected