| 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); |