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

Method BeginScan

cpp/src/arrow/dataset/file_csv.cc:418–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418Future<std::shared_ptr<FragmentScanner>> CsvFileFormat::BeginScan(
419 const FragmentScanRequest& request, const InspectedFragment& inspected_fragment,
420 const FragmentScanOptions* format_options, compute::ExecContext* exec_context) const {
421 auto csv_options = static_cast<const CsvFragmentScanOptions*>(format_options);
422 auto csv_fragment = static_cast<const CsvInspectedFragment&>(inspected_fragment);
423 return CsvFileScanner::Make(*csv_options, request, csv_fragment,
424 exec_context->executor());
425}
426
427namespace {
428

Callers

nothing calls this directly

Calls 2

MakeFunction · 0.50
executorMethod · 0.45

Tested by

no test coverage detected