View Source Ash.Query.Operator.In (ash v2.21.12)

left in [1, 2, 3]

this predicate matches if the left is in the list on the right

For comparison, this simplifies to a set of "or equals", e.g {:or, {:or, {:or, left == 1}, left == 2}, left == 3}

Summary

Functions