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

Method Next

cpp/src/arrow/dataset/file_orc.cc:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 Result<std::shared_ptr<RecordBatch>> Next() {
97 std::shared_ptr<RecordBatch> batch;
98 RETURN_NOT_OK(record_batch_reader_->ReadNext(&batch));
99 return batch;
100 }
101
102 std::shared_ptr<RecordBatchReader> record_batch_reader_;
103 };

Callers

nothing calls this directly

Calls 1

ReadNextMethod · 0.45

Tested by

no test coverage detected