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

Method ReadMetadataAsync

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

rawMethod · 0.45

Tested by

no test coverage detected