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

Method NextRowGroup

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

Source from the content-addressed store, hash-verified

533 private:
534 std::shared_ptr<ChunkedArray> out_;
535 void NextRowGroup() {
536 std::unique_ptr<PageReader> page_reader = input_->NextChunk();
537 record_reader_->SetPageReader(std::move(page_reader));
538 }
539
540 std::shared_ptr<ReaderContext> ctx_;
541 std::shared_ptr<Field> field_;

Callers

nothing calls this directly

Calls 2

SetPageReaderMethod · 0.80
NextChunkMethod · 0.45

Tested by

no test coverage detected