MCPcopy 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
94std::shared_ptr<Schema> NumberingStream::schema() { return stream_->schema(); }
95
96arrow::Result<FlightPayload> NumberingStream::GetSchemaPayload() {
97 return stream_->GetSchemaPayload();

Callers 1

ExampleDictSchemaFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected