Skip to content
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

Anonymous Lambda reordering #35

Closed
dekmm opened this issue Jun 30, 2020 · 1 comment
Closed

Anonymous Lambda reordering #35

dekmm opened this issue Jun 30, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@dekmm
Copy link
Contributor

dekmm commented Jun 30, 2020

Anonymous Lambdas should be moved down the order as much as possible to allow as much as possible of the stream to be executed on the database side.

@dekmm dekmm added the enhancement New feature or request label Jun 30, 2020
@dekmm dekmm added this to the 0.1.0 milestone Jun 30, 2020
@minborg minborg modified the milestones: 0.1.0, 0.1.2, 0.1.3 Aug 31, 2020
@julgus julgus added this to the 1.1.1 milestone Sep 1, 2022
@julgus julgus modified the milestones: 1.1.1, 1.1.2 Dec 2, 2022
@julgus julgus modified the milestones: 1.1.3, 1.1.4 Feb 16, 2023
@julgus julgus modified the milestones: 1.1.4, 1.1.5 Mar 10, 2023
@julgus julgus modified the milestones: 1.1.5, 3.0.1 Apr 11, 2023
@julgus julgus modified the milestones: 3.0.1, 3.0.2 May 26, 2023
@julgus julgus modified the milestones: 3.0.2, 3.0.3 Jun 19, 2023
@julgus julgus self-assigned this Jun 26, 2023
@julgus
Copy link
Member

julgus commented Jun 28, 2023

Original Operation Operations that can be moved before/after the original operation
filter sorted, distinct
sorted filter, distinct
distinct filter, sorted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants