Skip to content

Fix to #17066 - Query: Translate ElementAt(OrDefault) #29496

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Nov 16, 2022
Merged

Fix to #17066 - Query: Translate ElementAt(OrDefault) #29496

merged 1 commit into from
Nov 16, 2022

Conversation

maumar
Copy link
Contributor

@maumar maumar commented Nov 7, 2022

Enable member pushdown for ElementAt(OrDefault) and then handle the method in translation in a similar way to First(OrDefault) with an optional Skip(x) element.

Fixes #17066

@maumar maumar requested review from roji and smitpatel November 7, 2022 23:59
@maumar maumar force-pushed the fix17066 branch 3 times, most recently from 53e504b to 07c9771 Compare November 8, 2022 09:48
Enable member pushdown for ElementAt(OrDefault) and then handle the method in translation in a similar way to First(OrDefault) with an optional Skip(x) element.

Fixes #17066
@maumar maumar merged commit 089a035 into main Nov 16, 2022
@maumar maumar deleted the fix17066 branch November 16, 2022 22:32
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Query: Translate ElementAt(OrDefault)
3 participants