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

Function TEST_F

cpp/src/arrow/acero/union_node_test.cc:142–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140};
141
142TEST_F(TestUnionNode, TestNonEmpty) {
143 for (bool parallel : {false, true}) {
144 for (int64_t num_input_nodes : {1, 2, 4, 8}) {
145 this->CheckUnionExecNode(num_input_nodes, kNumBatches, parallel);
146 }
147 }
148}
149TEST_F(TestUnionNode, TestWithAnEmptyBatch) {
150 this->CheckUnionExecNode(/*num_input_nodes*/ 2, /*num_batches=*/0, /*parallel=*/false);
151}

Callers

nothing calls this directly

Calls 1

CheckUnionExecNodeMethod · 0.80

Tested by

no test coverage detected