Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ schema
Method
schema
cpp/src/arrow/flight/test_util.cc:94–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
: counter_(0), stream_(std::move(stream)) {}
93
94
std::shared_ptr<Schema> NumberingStream::schema() { return stream_->schema(); }
95
96
arrow::Result<FlightPayload> NumberingStream::GetSchemaPayload() {
97
return stream_->GetSchemaPayload();
Callers
1
ExampleDictSchema
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected