Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ schema
Method
schema
r/src/recordbatchreader.cpp:208–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
206
: parent_(parent) {}
207
208
std::shared_ptr<arrow::Schema> schema() const override { return parent_->schema(); }
209
210
arrow::Status ReadNext(std::shared_ptr<arrow::RecordBatch>* batch_out) override {
211
return SafeCallIntoRVoid(
Callers
nothing calls this directly
Calls
1
schema
Method · 0.45
Tested by
no test coverage detected