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

Function TEST_P

cpp/src/arrow/acero/hash_join_node_test.cc:244–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242 ::testing::Values(false, true)));
243
244TEST_P(HashJoinTest, TestSemiJoins) {
245 RunNonEmptyTest(std::get<0>(GetParam()), std::get<1>(GetParam()));
246}
247
248TEST_P(HashJoinTest, TestSemiJoinsEmpty) {
249 RunEmptyTest(std::get<0>(GetParam()), std::get<1>(GetParam()));

Callers

nothing calls this directly

Calls 2

RunNonEmptyTestFunction · 0.85
RunEmptyTestFunction · 0.85

Tested by

no test coverage detected