Skip to content

Conversation

@vietj
Copy link
Member

@vietj vietj commented May 7, 2025

Motivation:

RowSet extends Iterable to provide iterations over the rows contained in the set.

We should support returning a java.util.stream.Stream as well.

Changes:

Add a stream() default method to RowSet that returns a java.util.stream.Stream.

@vietj vietj added this to the 5.0.0 milestone May 7, 2025
@vietj vietj self-assigned this May 7, 2025
Motivation:

RowSet extends Iterable to provide iterations over the rows contained in the set.

We should support returning a java.util.stream.Stream as well.

Changes:

Add a stream() default method to RowSet that returns a java.util.stream.Stream.
@vietj vietj force-pushed the rowset-should-provide-stream branch from 5d1fc4c to c8efa5a Compare May 7, 2025 12:58
@vietj vietj merged commit 6c98739 into master May 7, 2025
25 of 35 checks passed
@vietj vietj deleted the rowset-should-provide-stream branch May 7, 2025 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants