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

Method ReadMetadataAsync

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

Source from the content-addressed store, hash-verified

152}
153
154Future<std::shared_ptr<const KeyValueMetadata>> TransformInputStream::ReadMetadataAsync(
155 const IOContext& io_context) {
156 RETURN_NOT_OK(impl_->CheckClosed());
157
158 return impl_->wrapped_->ReadMetadataAsync(io_context);
159}
160
161} // namespace io
162} // namespace arrow

Callers

nothing calls this directly

Calls 1

CheckClosedMethod · 0.45

Tested by

no test coverage detected