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

Method mutable_config

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

Source from the content-addressed store, hash-verified

1084 const Aws::Client::ClientConfiguration& config() const { return client_config_; }
1085
1086 Aws::Client::ClientConfiguration* mutable_config() { return &client_config_; }
1087
1088 Result<std::shared_ptr<S3ClientHolder>> BuildClient(
1089 std::optional<io::IOContext> io_context = std::nullopt) {

Callers 1

InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected