MCPcopy Create free account
hub / github.com/apache/arrow / operator()

Method operator()

cpp/src/arrow/ipc/reader.cc:1966–1973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1964};
1965
1966Future<SelectiveIpcFileRecordBatchGenerator::Item>
1967SelectiveIpcFileRecordBatchGenerator::operator()() {
1968 int index = index_++;
1969 if (index >= state_->num_record_batches()) {
1970 return IterationEnd<SelectiveIpcFileRecordBatchGenerator::Item>();
1971 }
1972 return state_->ReadRecordBatchAsync(index);
1973}
1974
1975Future<WholeIpcFileRecordBatchGenerator::Item>
1976WholeIpcFileRecordBatchGenerator::operator()() {

Callers

nothing calls this directly

Calls 11

DeferNotOkFunction · 0.85
ReadRecordBatchAsyncMethod · 0.80
num_dictionariesMethod · 0.80
ThenMethod · 0.80
ReadDictionariesMethod · 0.80
ReadRecordBatchFunction · 0.70
AllFunction · 0.50
EndFunction · 0.50
num_record_batchesMethod · 0.45
is_validMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected