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

Method Init

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

Source from the content-addressed store, hash-verified

2268 : builder_(std::move(options)), io_context_(io_context) {}
2269
2270 Status Init() { return builder_.BuildClient(io_context_).Value(&holder_); }
2271
2272 const S3Options& options() const { return builder_.options(); }
2273

Callers

nothing calls this directly

Calls 2

BuildClientMethod · 0.80
ValueMethod · 0.45

Tested by

no test coverage detected