| 471 | |
| 472 | namespace internal { |
| 473 | void InitializeScannerV2(arrow::acero::ExecFactoryRegistry* registry) { |
| 474 | DCHECK_OK(registry->AddFactory("scan2", ScanNode::Make)); |
| 475 | } |
| 476 | } // namespace internal |
| 477 | } // namespace dataset |
| 478 | } // namespace arrow |
no test coverage detected