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

Method OpenFile

cpp/src/arrow/io/file_test.cc:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93class TestFileOutputStream : public FileTestFixture {
94 public:
95 void OpenFile(bool append = false) {
96 ASSERT_OK_AND_ASSIGN(file_, FileOutputStream::Open(path_, append));
97 }
98
99 void OpenFileDescriptor() {
100 ASSERT_OK_AND_ASSIGN(auto file_name, PlatformFilename::FromString(path_));

Callers

nothing calls this directly

Calls 1

ASSERT_OK_AND_ASSIGNFunction · 0.50

Tested by

no test coverage detected