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

Method LoadBatch

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

LoadBatchMethod · 0.45

Tested by

no test coverage detected