-
-
Notifications
You must be signed in to change notification settings - Fork 711
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
Add coalesce free function and Row method #1645
Merged
Merged
Commits on Sep 30, 2024
-
Add coalesce free function and Row method
Phil Mitchell committedSep 30, 2024 Configuration menu - View commit details
-
Copy full SHA for d7754fa - Browse repository at this point
Copy the full SHA d7754faView commit details
Commits on Oct 6, 2024
-
This allows the user to call those methods with an Array, or any other collection at hand (including lazy ones) This change makes `return coalesce(columns.lazy.map { $0.name })` iterate lazily. Before this commit, `map` was returning a non-lazy Array.
Configuration menu - View commit details
-
Copy full SHA for c6781f4 - Browse repository at this point
Copy the full SHA c6781f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a13c1be - Browse repository at this point
Copy the full SHA a13c1beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cac458 - Browse repository at this point
Copy the full SHA 8cac458View commit details -
Configuration menu - View commit details
-
Copy full SHA for f38619a - Browse repository at this point
Copy the full SHA f38619aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06c3ab0 - Browse repository at this point
Copy the full SHA 06c3ab0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac3278a - Browse repository at this point
Copy the full SHA ac3278aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 761b00f - Browse repository at this point
Copy the full SHA 761b00fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a17d72e - Browse repository at this point
Copy the full SHA a17d72eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.