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

Method SetUp

cpp/src/parquet/statistics_test.cc:1408–1411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1406
1407 void Init();
1408 void SetUp() override {
1409 this->Init();
1410 ASSERT_NE(EncodeValue(negative_zero_), EncodeValue(positive_zero_));
1411 }
1412
1413 bool signbit(c_type val);
1414 void CheckEq(const c_type& l, const c_type& r);

Callers

nothing calls this directly

Calls 2

InitMethod · 0.95
EncodeValueFunction · 0.85

Tested by

no test coverage detected