Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/orc
/ writeLocalFile
Function
writeLocalFile
c++/src/OrcFile.cc:194–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
}
193
194
std::unique_ptr<OutputStream> writeLocalFile(const std::string& path) {
195
return std::make_unique<FileOutputStream>(path);
196
}
197
} // namespace orc
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected