| 1338 | } |
| 1339 | |
| 1340 | Status FileReader::ReadTable(std::shared_ptr<Table>* out) { |
| 1341 | ARROW_ASSIGN_OR_RAISE(*out, ReadTable()); |
| 1342 | return Status::OK(); |
| 1343 | } |
| 1344 | |
| 1345 | Status FileReader::ReadTable(const std::vector<int>& column_indices, |
| 1346 | std::shared_ptr<Table>* out) { |