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

Method ReadNextAsync

cpp/src/arrow/csv/reader.cc:879–881  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

877 }
878
879 Future<std::shared_ptr<RecordBatch>> ReadNextAsync() override {
880 return record_batch_gen_();
881 }
882
883 protected:
884 Future<> InitAfterFirstBuffer(const std::shared_ptr<Buffer>& first_buffer,

Callers 5

ScanBatchMethod · 0.45
GeneratorFromReaderFunction · 0.45
ScanBatchMethod · 0.45
MakeBatchGeneratorFunction · 0.45
ReadAsyncMethod · 0.45

Calls

no outgoing calls

Tested by 1

ReadAsyncMethod · 0.36