MCPcopy Create free account
hub / github.com/apache/arrow / WaitForMetadatas

Method WaitForMetadatas

cpp/src/arrow/ipc/reader.cc:1735–1739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls 1

WaitForMethod · 0.45

Tested by

no test coverage detected