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

Function InitializeScannerV2

cpp/src/arrow/dataset/scan_node.cc:473–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

InitializeFunction · 0.85

Calls 1

AddFactoryMethod · 0.80

Tested by

no test coverage detected