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

Function SchemaResult

cpp/src/arrow/flight/types.h:379–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377 public:
378 SchemaResult() = default;
379 explicit SchemaResult(std::string schema) : raw_schema_(std::move(schema)) {}
380
381 /// \brief Factory method to construct a SchemaResult.
382 static arrow::Result<std::unique_ptr<SchemaResult>> Make(const Schema& schema);

Callers 1

types.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected