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

Method GetSchemaPayload

cpp/src/arrow/flight/perf_server.cc:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 std::shared_ptr<Schema> schema() override { return schema_; }
88
89 arrow::Result<FlightPayload> GetSchemaPayload() override {
90 FlightPayload payload;
91 RETURN_NOT_OK(
92 ipc::GetSchemaPayload(*schema_, ipc_options_, mapper_, &payload.ipc_message));
93 return payload;
94 }
95
96 arrow::Result<FlightPayload> Next() override {
97 FlightPayload payload;

Callers

nothing calls this directly

Calls 1

GetSchemaPayloadFunction · 0.85

Tested by

no test coverage detected