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

Method TempFile

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

Source from the content-addressed store, hash-verified

71 }
72
73 std::string TempFile(std::string_view path) {
74 return temp_dir_->path().Join(std::string(path)).ValueOrDie().ToString();
75 }
76
77 void TearDown() { EnsureFileDeleted(); }
78

Callers

nothing calls this directly

Calls 4

ValueOrDieMethod · 0.80
ToStringMethod · 0.45
JoinMethod · 0.45
pathMethod · 0.45

Tested by

no test coverage detected