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

Method openWriteable

io/src/FileSystem/S3FileSystem.cpp:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84std::shared_ptr<arrow::io::OutputStream> S3FileSystem::openWriteable(const Uri & uri) const {
85 std::shared_ptr<S3OutputStream> file;
86 this->pimpl->openWriteable(uri, &file);
87 return std::static_pointer_cast<arrow::io::OutputStream>(file);
88}

Callers 3

writeCompletelyMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36