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

Method ReadNext

cpp/src/arrow/record_batch.cc:823–825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

ValueMethod · 0.45
NextMethod · 0.45

Tested by

no test coverage detected