Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Get
Method
Get
cpp/src/arrow/dataset/dataset.cc:250–250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
: batches_(std::move(batches)) {}
249
250
RecordBatchIterator Get() const final { return MakeVectorIterator(batches_); }
251
252
RecordBatchVector batches_;
253
};
Callers
nothing calls this directly
Calls
1
MakeVectorIterator
Function · 0.85
Tested by
no test coverage detected