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

Method ReadMetadata

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

Source from the content-addressed store, hash-verified

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

Calls 1

rawMethod · 0.45

Tested by

no test coverage detected