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

refactor: Update Duplicate and Distinct operations in point free style. #188

Merged
merged 4 commits into from
Aug 26, 2021

Conversation

drupol
Copy link
Collaborator

@drupol drupol commented Aug 25, 2021

This PR:

  • Update Duplicate operation.
  • Update Distinct operation.
  • Has documentation
  • Has minor out of current scope changes.

@drupol drupol added the enhancement New feature or request label Aug 25, 2021
@drupol drupol changed the title refactor: Update Duplicate and Distinct operation in point free style. refactor: Update Duplicate and Distinct operations in point free style. Aug 25, 2021
@drupol drupol force-pushed the refactor/update-duplicate-and-distinct-operation branch 2 times, most recently from 5e04df8 to dff7e1b Compare August 25, 2021 06:19
@drupol drupol marked this pull request as draft August 25, 2021 06:28
@drupol drupol marked this pull request as ready for review August 25, 2021 06:42
@drupol drupol marked this pull request as draft August 25, 2021 06:58
@drupol drupol self-assigned this Aug 25, 2021
@drupol drupol force-pushed the refactor/update-duplicate-and-distinct-operation branch from 48ebab7 to 62ae8b5 Compare August 25, 2021 07:05
@drupol drupol marked this pull request as ready for review August 25, 2021 07:06
@drupol drupol removed their assignment Aug 25, 2021
@drupol drupol marked this pull request as draft August 25, 2021 07:09
@drupol drupol self-assigned this Aug 25, 2021
@drupol drupol force-pushed the refactor/update-duplicate-and-distinct-operation branch 2 times, most recently from 189c5ce to 4cab31c Compare August 25, 2021 07:20
@drupol drupol marked this pull request as ready for review August 25, 2021 07:21
@drupol drupol removed their assignment Aug 25, 2021
Filter::of()($filterCallbackBuilder($column)),
(new Filter())()($filterCallbackBuilder($column)),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are these changes because you're looking to remove of() ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, those are harmless, the typing and performance are even improved when we remove them.

@drupol drupol force-pushed the refactor/update-duplicate-and-distinct-operation branch from 4cab31c to 8823d18 Compare August 26, 2021 07:15
@drupol drupol merged commit 43515ef into master Aug 26, 2021
@drupol drupol deleted the refactor/update-duplicate-and-distinct-operation branch August 26, 2021 07:19
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

Successfully merging this pull request may close these issues.

2 participants