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

Method Equals

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

Source from the content-addressed store, hash-verified

174}
175
176bool S3ProxyOptions::Equals(const S3ProxyOptions& other) const {
177 return (scheme == other.scheme && host == other.host && port == other.port &&
178 username == other.username && password == other.password);
179}
180
181// -----------------------------------------------------------------------
182// AwsRetryStrategy implementation

Callers 3

TEST_FFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 8

optionsFunction · 0.85
GetAccessKeyMethod · 0.80
GetSecretKeyMethod · 0.80
GetSessionTokenMethod · 0.80
type_nameFunction · 0.70
sizeMethod · 0.45
type_nameMethod · 0.45
optionsMethod · 0.45

Tested by 3

TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36