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

Method OpenInputStream

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

Source from the content-addressed store, hash-verified

3428}
3429
3430Result<std::shared_ptr<io::InputStream>> S3FileSystem::OpenInputStream(
3431 const std::string& s) {
3432 return impl_->OpenInputFile(s, this);
3433}
3434
3435Result<std::shared_ptr<io::InputStream>> S3FileSystem::OpenInputStream(
3436 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