MCPcopy Create free account
hub / github.com/apache/arrow / GetSchemaPayload

Method GetSchemaPayload

python/pyarrow/src/arrow/python/flight.cc:229–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227std::shared_ptr<Schema> PyFlightDataStream::schema() { return stream_->schema(); }
228
229arrow::Result<FlightPayload> PyFlightDataStream::GetSchemaPayload() {
230 return stream_->GetSchemaPayload();
231}
232
233arrow::Result<FlightPayload> PyFlightDataStream::Next() { return stream_->Next(); }
234

Callers

nothing calls this directly

Calls 1

GetSchemaPayloadFunction · 0.85

Tested by

no test coverage detected