MCPcopy Create free account
hub / github.com/apache/arrow / PrintTo

Function PrintTo

cpp/src/arrow/util/reflection_test.cc:148–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void PrintTo(const Person& obj, std::ostream* os) { *os << ToString(obj); }
149
150std::optional<Person> PersonFromString(std::string_view repr) {
151 return FromStringImpl<Person>("Person", repr, kPersonProperties).obj_;

Callers

nothing calls this directly

Calls 1

ToStringFunction · 0.70

Tested by

no test coverage detected