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

Method schema

cpp/src/arrow/flight/test_flight_server.cc:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 ErrorRecordBatchReader() : schema_(arrow::schema({})) {}
36
37 std::shared_ptr<Schema> schema() const override { return schema_; }
38
39 Status ReadNext(std::shared_ptr<RecordBatch>* out) override {
40 *out = nullptr;

Callers 3

RunExchangeTotalMethod · 0.45
RunExchangeEchoMethod · 0.45
RunExchangeLargeBatchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected