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

Method StringSetter

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

Source from the content-addressed store, hash-verified

1386
1387 private:
1388 static Setter StringSetter(void (ObjectRequest::*req_method)(Aws::String&&)) {
1389 return [req_method](const std::string& v, ObjectRequest* req) {
1390 (req->*req_method)(ToAwsString(v));
1391 return Status::OK();
1392 };
1393 }
1394
1395 static Setter DateTimeSetter(
1396 void (ObjectRequest::*req_method)(Aws::Utils::DateTime&&)) {

Callers

nothing calls this directly

Calls 2

ToAwsStringFunction · 0.85
OKFunction · 0.50

Tested by

no test coverage detected