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

Method OpenInputFileAsync

cpp/src/arrow/filesystem/filesystem.cc:241–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241Future<std::shared_ptr<io::RandomAccessFile>> FileSystem::OpenInputFileAsync(
242 const std::string& path) {
243 return FileSystemDefer(
244 this, default_async_is_sync_,
245 [path](std::shared_ptr<FileSystem> self) { return self->OpenInputFile(path); });
246}
247
248Future<std::shared_ptr<io::RandomAccessFile>> FileSystem::OpenInputFileAsync(
249 const FileInfo& info) {

Callers 2

OpenAsyncMethod · 0.80

Calls 3

OpenInputFileMethod · 0.95
FileSystemDeferFunction · 0.85
ValidateInputFileInfoFunction · 0.85

Tested by 1