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

Function TEST

cpp/src/arrow/acero/asof_join_node_test.cc:1550–1554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1548}
1549
1550TEST(AsofJoinTest, BackpressureWithBatches) {
1551 // Give the first right hand table a delay to stress test race conditions
1552 return TestBackpressure(MakeIntegerBatches, /*batch_size=*/1, /*num_l_batches=*/20,
1553 /*num_r0_batches=*/50, /*num_r1_batches=*/20, /*slow_r0=*/true);
1554}
1555
1556template <typename BatchesMaker>
1557void TestSequencing(BatchesMaker maker, int num_batches, int batch_size) {

Callers

nothing calls this directly

Calls 11

TestSequencingFunction · 0.85
TestSchemaResolutionFunction · 0.85
GetEnvValueFunction · 0.85
ExecBatchFromJSONFunction · 0.85
DeclarationToStatusFunction · 0.85
TestBackpressureFunction · 0.70
DeclarationClass · 0.70
schemaFunction · 0.50
fieldFunction · 0.50
lengthMethod · 0.45

Tested by

no test coverage detected