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

Method ReadMetadata

cpp/src/arrow/io/interfaces.cc:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116bool InputStream::supports_zero_copy() const { return false; }
117
118Result<std::shared_ptr<const KeyValueMetadata>> InputStream::ReadMetadata() {
119 return std::shared_ptr<const KeyValueMetadata>{};
120}
121
122// Default ReadMetadataAsync() implementation: simply issue the read on the context's
123// executor

Callers 1

ReadMetadataAsyncMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected