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

Method ToStringImpl

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

Source from the content-addressed store, hash-verified

50struct ToStringImpl {
51 template <typename Properties>
52 ToStringImpl(std::string_view class_name, const Class& obj, const Properties& props)
53 : class_name_(class_name), obj_(obj), members_(props.size()) {
54 props.ForEach(*this);
55 }
56
57 template <typename Property>
58 void operator()(const Property& prop, size_t i) {

Callers

nothing calls this directly

Calls 2

ForEachMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected