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

Function LoadBatch

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

Source from the content-addressed store, hash-verified

768 bool IsOrHasRepeatedChild() const final { return has_repeated_child_; }
769
770 Status LoadBatch(int64_t records_to_read) override {
771 for (const std::unique_ptr<ColumnReaderImpl>& reader : children_) {
772 RETURN_NOT_OK(reader->LoadBatch(records_to_read));
773 }
774 return Status::OK();
775 }
776 Status BuildArray(int64_t length_upper_bound,
777 std::shared_ptr<ChunkedArray>* out) override;
778 Status GetDefLevels(const int16_t** data, int64_t* length) override;

Callers 1

NextBatchMethod · 0.85

Calls 2

OKFunction · 0.50
LoadBatchMethod · 0.45

Tested by

no test coverage detected