MCPcopy Create free account
hub / github.com/apache/arrow / operator==

Function operator==

cpp/src/arrow/array/statistics.h:169–169  ·  view source on GitHub ↗

\brief Check two statistics for equality

Source from the content-addressed store, hash-verified

167
168 /// \brief Check two statistics for equality
169 bool operator==(const ArrayStatistics& other) const { return Equals(other); }
170
171 /// \brief Check two statistics for not equality
172 bool operator!=(const ArrayStatistics& other) const { return !Equals(other); }

Callers

nothing calls this directly

Calls 1

EqualsFunction · 0.70

Tested by

no test coverage detected