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

Method ReadMetadata

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

Source from the content-addressed store, hash-verified

520}
521
522Result<std::shared_ptr<const KeyValueMetadata>> BufferedInputStream::ReadMetadata() {
523 return impl_->raw()->ReadMetadata();
524}
525
526Future<std::shared_ptr<const KeyValueMetadata>> BufferedInputStream::ReadMetadataAsync(
527 const IOContext& io_context) {

Calls 1

rawMethod · 0.45

Tested by

no test coverage detected