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

Method ScanBatchesAsync

cpp/src/arrow/dataset/scanner.cc:611–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609}
610
611Result<TaggedRecordBatchGenerator> AsyncScanner::ScanBatchesAsync() {
612 return ScanBatchesAsync(scan_options_->cpu_executor
613 ? scan_options_->cpu_executor
614 : ::arrow::internal::GetCpuThreadPool());
615}
616
617Result<TaggedRecordBatchGenerator> AsyncScanner::ScanBatchesAsync(
618 Executor* cpu_executor) {

Callers 1

ASSERT_OK_AND_ASSIGNFunction · 0.45

Calls 3

GetCpuThreadPoolFunction · 0.85
MakeSequencingGeneratorFunction · 0.85
MakeMappedGeneratorFunction · 0.85

Tested by 1

ASSERT_OK_AND_ASSIGNFunction · 0.36