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

Method EqualsImpl

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

Source from the content-addressed store, hash-verified

31struct EqualsImpl {
32 template <typename Properties>
33 EqualsImpl(const Class& l, const Class& r, const Properties& props)
34 : left_(l), right_(r) {
35 props.ForEach(*this);
36 }
37
38 template <typename Property>
39 void operator()(const Property& prop, size_t i) {

Callers

nothing calls this directly

Calls 1

ForEachMethod · 0.80

Tested by

no test coverage detected