pub(crate) fn owned_row_iter<S, E>( storage_iter: S, ) -> impl Stream<Item = Result<OwnedRow, StreamExecutorError>>where StreamExecutorError: From<E>, S: Stream<Item = Result<KeyedRow<Bytes>, E>>,