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

Method ReadNext

cpp/src/arrow/record_batch.cc:822–824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

820 device_type_(device_type) {}
821
822 Status ReadNext(std::shared_ptr<RecordBatch>* batch) override {
823 return it_.Next().Value(batch);
824 }
825
826 std::shared_ptr<Schema> schema() const override { return schema_; }
827

Callers

nothing calls this directly

Calls 2

ValueMethod · 0.45
NextMethod · 0.45

Tested by

no test coverage detected