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

Function ArrayStatisticsEquals

cpp/src/arrow/compare.cc:1585–1588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1583} // namespace
1584
1585bool ArrayStatisticsEquals(const ArrayStatistics& left, const ArrayStatistics& right,
1586 const EqualOptions& options) {
1587 return ArrayStatisticsEqualsImpl(left, right, options);
1588}
1589
1590} // namespace arrow

Callers 1

EqualsFunction · 0.85

Calls 1

Tested by

no test coverage detected