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

Function RunDoubleByKey

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

Source from the content-addressed store, hash-verified

508 }
509 static void DoSingleByKey(BasicTest& basic_tests) { basic_tests.RunSingleByKey(); }
510 void RunDoubleByKey() {
511 using B = BatchesWithSchema;
512 RunBatches([this](B l_batches, B r0_batches, B r1_batches, B exp_nokey_batches,
513 B exp_emptykey_batches, B exp_batches) {
514 CheckRunOutput(l_batches, r0_batches, r1_batches, exp_batches, "time",
515 {"key", "key"}, tolerance);
516 });
517 }
518 static void DoDoubleByKey(BasicTest& basic_tests) { basic_tests.RunDoubleByKey(); }
519 void RunMutateByKey() {
520 using B = BatchesWithSchema;

Callers

nothing calls this directly

Calls 2

RunBatchesFunction · 0.85
CheckRunOutputFunction · 0.70

Tested by

no test coverage detected