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

Method ReadMetadata

cpp/src/arrow/io/transform.cc:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148Result<std::shared_ptr<const KeyValueMetadata>> TransformInputStream::ReadMetadata() {
149 RETURN_NOT_OK(impl_->CheckClosed());
150
151 return impl_->wrapped_->ReadMetadata();
152}
153
154Future<std::shared_ptr<const KeyValueMetadata>> TransformInputStream::ReadMetadataAsync(
155 const IOContext& io_context) {

Callers

nothing calls this directly

Calls 1

CheckClosedMethod · 0.45

Tested by

no test coverage detected