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

Function RunSingleByKey

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

Source from the content-addressed store, hash-verified

499 }
500
501 void RunSingleByKey() {
502 using B = BatchesWithSchema;
503 RunBatches([this](B l_batches, B r0_batches, B r1_batches, B exp_nokey_batches,
504 B exp_emptykey_batches, B exp_batches) {
505 CheckRunOutput(l_batches, r0_batches, r1_batches, exp_batches, "time", "key",
506 tolerance);
507 });
508 }
509 static void DoSingleByKey(BasicTest& basic_tests) { basic_tests.RunSingleByKey(); }
510 void RunDoubleByKey() {
511 using B = BatchesWithSchema;

Callers

nothing calls this directly

Calls 2

RunBatchesFunction · 0.85
CheckRunOutputFunction · 0.70

Tested by

no test coverage detected