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

Method TempFile

cpp/src/arrow/ipc/read_write_test.cc:420–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418 }
419
420 std::string TempFile(std::string_view file) {
421 return temp_dir_->path().Join(std::string(file)).ValueOrDie().ToString();
422 }
423
424 void DoSchemaRoundTrip(const Schema& schema, std::shared_ptr<Schema>* result) {
425 ASSERT_OK_AND_ASSIGN(std::shared_ptr<Buffer> serialized_schema,

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