| 725 | int version() const override { return kFeatherV2Version; } |
| 726 | |
| 727 | std::shared_ptr<Schema> schema() const override { return schema_; } |
| 728 | |
| 729 | Status Read(const IpcReadOptions& options, std::shared_ptr<Table>* out) { |
| 730 | ARROW_ASSIGN_OR_RAISE(auto reader, RecordBatchFileReader::Open(source_, options)); |