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

Method LoadBatch

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

Source from the content-addressed store, hash-verified

561 }
562
563 Status LoadBatch(int64_t number_of_records) final {
564 return storage_reader_->LoadBatch(number_of_records);
565 }
566
567 Status BuildArray(int64_t length_upper_bound,
568 std::shared_ptr<ChunkedArray>* out) override {

Callers

nothing calls this directly

Calls 1

LoadBatchMethod · 0.45

Tested by

no test coverage detected