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

Method LoadBatch

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

Source from the content-addressed store, hash-verified

605 bool IsOrHasRepeatedChild() const final { return true; }
606
607 Status LoadBatch(int64_t number_of_records) final {
608 return item_reader_->LoadBatch(number_of_records);
609 }
610
611 virtual ::arrow::Result<std::shared_ptr<ChunkedArray>> AssembleArray(
612 std::shared_ptr<ArrayData> data) {

Callers

nothing calls this directly

Calls 1

LoadBatchMethod · 0.45

Tested by

no test coverage detected