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.

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 4.5.15 milestone May 7, 2025
@vietj vietj self-assigned this May 7, 2025
@vietj vietj merged commit 96d7795 into 4.x May 7, 2025
24 checks passed
@vietj vietj deleted the rowset-should-provide-stream-4.x branch May 7, 2025 13:24
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