MCPcopy 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

ToStringFunction · 0.45

Calls 1

JoinStringsFunction · 0.85

Tested by

no test coverage detected