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

Function FromAwsDatetime

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

Source from the content-addressed store, hash-verified

263}
264
265inline TimePoint FromAwsDatetime(const Aws::Utils::DateTime& dt) {
266 return std::chrono::time_point_cast<std::chrono::nanoseconds>(dt.UnderlyingTimestamp());
267}
268
269// A connect retry strategy with a controlled max duration.
270

Callers 1

FileObjectToInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected