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

Method OpenInputStreamAsync

cpp/src/arrow/filesystem/filesystem.cc:226–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226Future<std::shared_ptr<io::InputStream>> FileSystem::OpenInputStreamAsync(
227 const std::string& path) {
228 return FileSystemDefer(
229 this, default_async_is_sync_,
230 [path](std::shared_ptr<FileSystem> self) { return self->OpenInputStream(path); });
231}
232
233Future<std::shared_ptr<io::InputStream>> FileSystem::OpenInputStreamAsync(
234 const FileInfo& info) {

Callers 1

Calls 3

OpenInputStreamMethod · 0.95
FileSystemDeferFunction · 0.85
ValidateInputFileInfoFunction · 0.85

Tested by 1