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

Method GetSchema

cpp/src/arrow/flight/transport_server.cc:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 const FlightDescriptor& descriptor() const override { return descriptor_; }
106
107 arrow::Result<std::shared_ptr<Schema>> GetSchema() override {
108 RETURN_NOT_OK(EnsureDataStarted());
109 return batch_reader_->schema();
110 }
111
112 arrow::Result<FlightStreamChunk> Next() override {
113 FlightStreamChunk out;

Callers

nothing calls this directly

Calls 1

schemaMethod · 0.45

Tested by

no test coverage detected