| 1733 | } |
| 1734 | |
| 1735 | Future<> WaitForMetadatas(const std::vector<int>& indices) { |
| 1736 | std::vector<io::ReadRange> ranges; |
| 1737 | RETURN_NOT_OK(AddMetadataRanges(indices, &ranges)); |
| 1738 | return metadata_cache_->WaitFor(std::move(ranges)); |
| 1739 | } |
| 1740 | |
| 1741 | Result<IpcReadContext> GetIpcReadContext(const flatbuf::Message* message, |
| 1742 | const flatbuf::RecordBatch* batch) { |