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

Function ArrayStatisticsEquals

cpp/src/arrow/compare.cc:1583–1586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

EqualsFunction · 0.85

Calls 1

Tested by

no test coverage detected