| 2387 | : ArrayStreamReader<IsDevice>(stream, mapper) {} |
| 2388 | |
| 2389 | Status Init() { |
| 2390 | ARROW_ASSIGN_OR_RAISE(schema_, this->ReadSchema()); |
| 2391 | return Status::OK(); |
| 2392 | } |
| 2393 | |
| 2394 | std::shared_ptr<Schema> schema() const override { return schema_; } |
| 2395 |
no test coverage detected