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

Method GetFileInfoGenerator

cpp/src/arrow/filesystem/filesystem.cc:173–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173FileInfoGenerator FileSystem::GetFileInfoGenerator(const FileSelector& select) {
174 auto fut = FileSystemDefer(
175 this, default_async_is_sync_,
176 [select](std::shared_ptr<FileSystem> self) { return self->GetFileInfo(select); });
177 return MakeSingleFutureGenerator(std::move(fut));
178}
179
180Status FileSystem::DeleteFiles(const std::vector<std::string>& paths) {
181 Status st = Status::OK();

Callers

nothing calls this directly

Calls 7

GetFileInfoMethod · 0.95
FixInfoMethod · 0.95
FileSystemDeferFunction · 0.85
MakeMappedGeneratorFunction · 0.85
okMethod · 0.45
statusMethod · 0.45

Tested by

no test coverage detected