Skip to content

an initial impl for r2dbc filter/flatmap #356

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 14, 2023
Merged

Conversation

oshai
Copy link
Contributor

@oshai oshai commented Jan 13, 2023

on operation
create a new instance from result JasyncSegmentResult JasyncSegmentResult has a flux of segments which are rows + number of rows segment.
Then filter and flatmap are operating on that flux.

There is no error handling here as the original result don't have such concept.
JasyncStatement.execute() either yields result or exception (exception is not a result).

see #351

oshai added 2 commits January 13, 2023 12:59
on operation
create a new instance from result `JasyncSegmentResult`
JasyncSegmentResult has a flux of segments which are
rows + number of rows segment.
Then filter and flatmap are operating on that flux.

There is no error handling here as the original result
don't have such concept.
JasyncStatement.execute() either yields result or exception (exception is not a result).

see #351
@oshai oshai mentioned this pull request Jan 13, 2023
@oshai oshai merged commit fa1aadc into master Jan 14, 2023
@oshai oshai deleted the r2dbc-flatmap-filter branch January 14, 2023 16:23
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.

1 participant