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

Method Get

cpp/src/arrow/dataset/dataset.cc:264–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262 : table_(std::move(table)) {}
263
264 RecordBatchIterator Get() const final {
265 auto reader = std::make_shared<TableBatchReader>(*table_);
266 auto table = table_;
267 return MakeFunctionIterator([reader, table] { return reader->Next(); });
268 }
269
270 std::shared_ptr<Table> table_;
271};

Callers 3

GetFragmentsImplMethod · 0.45
DevolveSelectionMethod · 0.45
TESTFunction · 0.45

Calls 2

MakeFunctionIteratorFunction · 0.85
NextMethod · 0.45

Tested by 1

TESTFunction · 0.36