| 152 | } |
| 153 | |
| 154 | Future<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 |
nothing calls this directly
no test coverage detected