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

Method GetFileInfoAsync

cpp/src/arrow/filesystem/filesystem.cc:166–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164} // namespace
165
166Future<std::vector<FileInfo>> FileSystem::GetFileInfoAsync(
167 const std::vector<std::string>& paths) {
168 return FileSystemDefer(
169 this, default_async_is_sync_,
170 [paths](std::shared_ptr<FileSystem> self) { return self->GetFileInfo(paths); });
171}
172
173FileInfoGenerator FileSystem::GetFileInfoGenerator(const FileSelector& select) {
174 auto fut = FileSystemDefer(

Callers 1

TestGetFileInfoAsyncMethod · 0.80

Calls 2

GetFileInfoMethod · 0.95
FileSystemDeferFunction · 0.85

Tested by 1

TestGetFileInfoAsyncMethod · 0.64