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

Function ReadNext

cpp/src/arrow/record_batch.h:365–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363 virtual Status ReadNext(std::shared_ptr<RecordBatch>* batch) = 0;
364
365 virtual Result<RecordBatchWithMetadata> ReadNext() {
366 return Status::NotImplemented("ReadNext with custom metadata");
367 }
368
369 /// \brief Iterator interface
370 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