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

Method MakeScanNode

cpp/src/arrow/dataset/scanner_test.cc:531–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529 }
530
531 acero::Declaration MakeScanNode(std::shared_ptr<Dataset> dataset) {
532 ScanV2Options options(dataset);
533 options.columns = ScanV2Options::AllColumns(*dataset->schema());
534 return acero::Declaration("scan2", options);
535 }
536
537 RecordBatchVector RunNode(acero::Declaration scan_decl, bool ordered,
538 MockDataset* mock_dataset) {

Callers

nothing calls this directly

Calls 2

DeclarationClass · 0.50
schemaMethod · 0.45

Tested by

no test coverage detected