| 1387 | } |
| 1388 | |
| 1389 | Status FileReader::ReadTable(std::shared_ptr<Table>* out) { |
| 1390 | ARROW_ASSIGN_OR_RAISE(*out, ReadTable()); |
| 1391 | return Status::OK(); |
| 1392 | } |
| 1393 | |
| 1394 | Status FileReader::ReadTable(const std::vector<int>& column_indices, |
| 1395 | std::shared_ptr<Table>* out) { |