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

Method OpenInputFile

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

Source from the content-addressed store, hash-verified

3438}
3439
3440Result<std::shared_ptr<io::RandomAccessFile>> S3FileSystem::OpenInputFile(
3441 const std::string& s) {
3442 return impl_->OpenInputFile(s, this);
3443}
3444
3445Result<std::shared_ptr<io::RandomAccessFile>> S3FileSystem::OpenInputFile(
3446 const FileInfo& info) {

Callers 15

DoItFunction · 0.45
TEST_FFunction · 0.45
OpenMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
OpenInputStreamMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TestOpenInputFileMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 10

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TestOpenInputFileMethod · 0.36
TEST_FFunction · 0.36
TestBucketFunction · 0.36
TEST_FFunction · 0.36