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

Method Init

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

Source from the content-addressed store, hash-verified

2209 : builder_(std::move(options)), io_context_(io_context) {}
2210
2211 Status Init() { return builder_.BuildClient(io_context_).Value(&holder_); }
2212
2213 const S3Options& options() const { return builder_.options(); }
2214

Callers

nothing calls this directly

Calls 2

BuildClientMethod · 0.80
ValueMethod · 0.45

Tested by

no test coverage detected