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

Method CreateFile

cpp/src/arrow/io/test_common.cc:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void MemoryMapFixture::CreateFile(const std::string& path, int64_t size) {
100 ASSERT_OK(MemoryMappedFile::Create(path, size));
101 tmp_files_.push_back(path);
102}
103
104Result<std::shared_ptr<MemoryMappedFile>> MemoryMapFixture::InitMemoryMap(
105 int64_t size, const std::string& path) {

Callers 4

MakeSourceDatasetMethod · 0.45
SetUpMethod · 0.45
SetUpMethod · 0.45
TESTMethod · 0.45

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected