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

Function NativeToString

cpp/src/arrow/filesystem/localfs.cc:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70#ifdef _WIN32
71
72std::string NativeToString(const NativePathString& ns) {
73 PlatformFilename fn(ns);
74 return fn.ToString();
75}
76
77TimePoint ToTimePoint(FILETIME ft) {
78 // Hundreds of nanoseconds between January 1, 1601 (UTC) and the Unix epoch.

Callers 1

StatFileFunction · 0.70

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected