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

Method ScanBatchesUnorderedAsync

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

Source from the content-addressed store, hash-verified

406}
407
408Result<EnumeratedRecordBatchGenerator> AsyncScanner::ScanBatchesUnorderedAsync() {
409 return ScanBatchesUnorderedAsync(scan_options_->cpu_executor
410 ? scan_options_->cpu_executor
411 : ::arrow::internal::GetCpuThreadPool(),
412 /*sequence_fragments=*/false);
413}
414
415Result<EnumeratedRecordBatchGenerator> AsyncScanner::ScanBatchesUnorderedAsync(
416 ::arrow::internal::Executor* cpu_thread_pool) {

Callers 2

TEST_FFunction · 0.80

Calls 14

GetCpuThreadPoolFunction · 0.85
NormalizeScanOptionsFunction · 0.85
MakeMappedGeneratorFunction · 0.85
ToEnumeratedRecordBatchFunction · 0.85
IsIterationEndFunction · 0.85
callMethod · 0.80
AddToPlanMethod · 0.80
finishedMethod · 0.80
ThenMethod · 0.80
schemaMethod · 0.45
getMethod · 0.45
StartProducingMethod · 0.45

Tested by 2

TEST_FFunction · 0.64