MCPcopy Create free account
hub / github.com/BlazingDB/blazingsql / openReadable

Method openReadable

io/src/FileSystem/S3FileSystem.cpp:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78std::shared_ptr<arrow::io::RandomAccessFile> S3FileSystem::openReadable(const Uri & uri) const {
79 std::shared_ptr<S3ReadableFile> file;
80 this->pimpl->openReadable(uri, &file);
81 return std::static_pointer_cast<arrow::io::RandomAccessFile>(file);
82}
83
84std::shared_ptr<arrow::io::OutputStream> S3FileSystem::openWriteable(const Uri & uri) const {
85 std::shared_ptr<S3OutputStream> file;

Callers 5

get_nextMethod · 0.45
copyFileMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36