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

Function ReadNext

cpp/src/arrow/record_batch.h:360–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358 virtual Status ReadNext(std::shared_ptr<RecordBatch>* batch) = 0;
359
360 virtual Result<RecordBatchWithMetadata> ReadNext() {
361 return Status::NotImplemented("ReadNext with custom metadata");
362 }
363
364 /// \brief Iterator interface
365 Result<std::shared_ptr<RecordBatch>> Next() {

Callers 5

NextFunction · 0.85
ToRecordBatchesMethod · 0.85
CloseMethod · 0.85
CloseMethod · 0.85
CloseMethod · 0.85

Calls 1

NotImplementedFunction · 0.70

Tested by

no test coverage detected