| 1746 | } |
| 1747 | |
| 1748 | Future<> WaitForMetadatas(const std::vector<int>& indices) { |
| 1749 | std::vector<io::ReadRange> ranges; |
| 1750 | RETURN_NOT_OK(AddMetadataRanges(indices, &ranges)); |
| 1751 | return metadata_cache_->WaitFor(std::move(ranges)); |
| 1752 | } |
| 1753 | |
| 1754 | Result<IpcReadContext> GetIpcReadContext(const flatbuf::Message* message, |
| 1755 | const flatbuf::RecordBatch* batch) { |