Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ NativeToString
Function
NativeToString
cpp/src/arrow/util/io_util.cc:153–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
152
#if _WIN32
153
Result<std::string> NativeToString(const NativePathString& ws) {
154
return ::arrow::util::WideStringToUTF8(ws);
155
}
156
#endif
157
158
#if _WIN32
Callers
1
ToString
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected