Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ ToString
Method
ToString
cpp/src/arrow/adapters/orc/options.cc:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
namespace orc {
27
28
std::string FileVersion::ToString() const {
29
std::stringstream ss;
30
ss << major_version() <<
'.'
<< minor_version();
31
return ss.str();
32
}
33
34
} // namespace orc
35
} // namespace adapters
Callers
2
WriteBatch
Function · 0.45
GetOrcType
Function · 0.45
Calls
3
major_version
Function · 0.85
minor_version
Function · 0.85
str
Method · 0.80
Tested by
no test coverage detected