You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* impl for r2dbc filter/flatmap
on operation create a new instance from result `JasyncSegmentResult`
JasyncSegmentResult has a flux of segments which are
rows + number of rows segment.
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
* add unit test for filter
0 commit comments