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

Method ReadMetadataAsync

cpp/src/arrow/io/buffered.cc:526–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524}
525
526Future<std::shared_ptr<const KeyValueMetadata>> BufferedInputStream::ReadMetadataAsync(
527 const IOContext& io_context) {
528 return impl_->raw()->ReadMetadataAsync(io_context);
529}
530
531} // namespace io
532} // namespace arrow

Callers

nothing calls this directly

Calls 1

rawMethod · 0.45

Tested by

no test coverage detected