Add option/flag for translating query into "inefficient" query
Open
area-query
- Dominant language
- C#
- Stars
- 14.8k
- Forks
- 3.4k
- PR merge metrics
- PR metrics pending
Description
### What problem are you trying to solve?
We could introduce per-query option/flag to allow "inefficient" translations. Currently when the translation is likely a pit of failure (like duplicating complex expressions), we don't do the translation. In some cases users might want to opt into having the query translated, instead of going all the way to the other side and using raw SQL or similar. Because it's an opt-in, by default everything will be the same.
### Describe the solution you'd like
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.