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

Method ReadNext

cpp/src/parquet/arrow/reader.cc:399–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397 ~RowGroupRecordBatchReader() override {}
398
399 Status ReadNext(std::shared_ptr<::arrow::RecordBatch>* out) override {
400 return batches_.Next().Value(out);
401 }
402
403 std::shared_ptr<::arrow::Schema> schema() const override { return schema_; }
404

Callers 3

TestGetRecordBatchReaderFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45

Calls 2

ValueMethod · 0.45
NextMethod · 0.45

Tested by 3

TestGetRecordBatchReaderFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36