View Source Ash.Query.Operator.In (ash v3.4.3)
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
Callback implementation for Ash.Query.Operator.evaluate/1
.