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

feat: EXPOSED-290 Support ANY and ALL operators using array column expressions #1988

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

bog-walk
Copy link
Member

Support using ANY and ALL operators with new array column from PR #1986 , as well as any expression that returns a new array value, so the following is possible:

Table
    .selectAll()
    .where { Table.number eq anyFrom(Table.numbers) }

Table
    .selectAll()
    .where { Table.number less allFrom(Table.numbers.slice(1, 5)) }

Next step:

…pressions

Support providing an array column or expression as an argument for existing
anyFrom() and allFrom() functions.
@bog-walk bog-walk requested review from e5l and joc-a February 11, 2024 01:02
Copy link
Member

@e5l e5l left a comment

Choose a reason for hiding this comment

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

Good catch!

@bog-walk bog-walk merged commit 6ccb996 into main Feb 13, 2024
5 checks passed
@bog-walk bog-walk deleted the bog-walk/support-any-all-array-column branch February 13, 2024 12:54
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.

2 participants