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

Method OpenInputStream

cpp/src/arrow/filesystem/s3fs.cc:3363–3366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3361}
3362
3363Result<std::shared_ptr<io::InputStream>> S3FileSystem::OpenInputStream(
3364 const std::string& s) {
3365 return impl_->OpenInputFile(s, this);
3366}
3367
3368Result<std::shared_ptr<io::InputStream>> S3FileSystem::OpenInputStream(
3369 const FileInfo& info) {

Callers 9

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TestOpenInputStreamMethod · 0.45
TEST_FFunction · 0.45
TestBucketFunction · 0.45
TEST_FFunction · 0.45

Calls 1

OpenInputFileMethod · 0.45

Tested by 7

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TestOpenInputStreamMethod · 0.36
TEST_FFunction · 0.36
TestBucketFunction · 0.36
TEST_FFunction · 0.36