Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Finish
Method
Finish
cpp/src/arrow/util/reflection_test.cc:64–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
std::string Finish() {
65
return std::string(class_name_) +
"{"
+ JoinStrings(members_,
","
) +
"}"
;
66
}
67
68
std::string_view class_name_;
69
const Class& obj_;
Callers
1
ToString
Function · 0.45
Calls
1
JoinStrings
Function · 0.85
Tested by
no test coverage detected