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

Method NextRowGroup

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

SetPageReaderMethod · 0.80
NextChunkMethod · 0.45

Tested by

no test coverage detected