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

Method CheckEq

cpp/src/parquet/statistics_test.cc:1522–1524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1520
1521template <typename T>
1522void TestFloatStatistics<T>::CheckEq(const c_type& l, const c_type& r) {
1523 ASSERT_EQ(l, r);
1524}
1525template <>
1526void TestFloatStatistics<Float16LogicalType>::CheckEq(const c_type& a, const c_type& b) {
1527 auto l = Float16::FromLittleEndian(a.ptr);

Callers 1

CheckMinMaxZeroesSignMethod · 0.95

Calls 1

FromLittleEndianFunction · 0.50

Tested by

no test coverage detected