Skip to content

[WIP] Select all operator#2

Merged
lucasvanmol merged 10 commits intomainfrom
select-all-operator
Jan 13, 2025
Merged

[WIP] Select all operator#2
lucasvanmol merged 10 commits intomainfrom
select-all-operator

Conversation

@lucasvanmol
Copy link
Copy Markdown
Member

@lucasvanmol lucasvanmol commented Dec 18, 2024

Backend support for Select-From-Where clauses, which could be generated from list comprehensions like the following:

[hotel.name() for hotel in Hotel.__all__() if hotel.distance(...) < x]

@lucasvanmol lucasvanmol marked this pull request as ready for review January 13, 2025 15:09
@lucasvanmol lucasvanmol merged commit 1b66393 into main Jan 13, 2025
@lucasvanmol lucasvanmol deleted the select-all-operator branch February 19, 2025 12:36
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