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

Method LoadBatch

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

LoadBatchMethod · 0.45

Tested by

no test coverage detected