Support for IN and NIN (not in) comparators in Structured Query and Basic Translator #8133
mauriciocirelli
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
Dear,
In Python we have
Comparators.IN
andComparators.NIN
definitions.It would be very helpful for my use case to bring them to the JS framework as well.
Any chances to get this feature?
Thank you!
Motivation
We have a use case in which the performance of a
IN
comparison is way faster than a bunch ofOR
comparisons.Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions