MCPcopy 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

26namespace orc {
27
28std::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

WriteBatchFunction · 0.45
GetOrcTypeFunction · 0.45

Calls 3

major_versionFunction · 0.85
minor_versionFunction · 0.85
strMethod · 0.80

Tested by

no test coverage detected