Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ schema
Method
schema
cpp/src/arrow/json/reader.cc:448–448 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
446
}
447
448
[[nodiscard]] std::shared_ptr<Schema> schema() const override { return schema_; }
449
450
Status ReadNext(std::shared_ptr<RecordBatch>* out) override {
451
auto result = ReadNextAsync().result();
Callers
2
TEST_P
Function · 0.45
StreamingReaderImpl
Method · 0.45
Calls
no outgoing calls
Tested by
1
TEST_P
Function · 0.36