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

Function FromAwsString

cpp/src/arrow/filesystem/s3_internal.h:257–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257inline std::string_view FromAwsString(const Aws::String& s) {
258 return {s.data(), s.length()};
259}
260
261inline Aws::String ToURLEncodedAwsString(const std::string& s) {
262 return Aws::Utils::StringUtils::URLEncode(s.data());

Callers 9

GetAccessKeyMethod · 0.85
GetSecretKeyMethod · 0.85
GetSessionTokenMethod · 0.85
ErrorToDetailMethod · 0.85
GetObjectMetadataFunction · 0.85
regionMethod · 0.85
ToFileInfosMethod · 0.85
ProcessListBucketsMethod · 0.85

Calls 2

dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected