Ash.Query.equivalent_to
You're seeing just the macro
equivalent_to
, go back to Ash.Query module for more information.
Determines if the filter statement of a query is equivalent to the provided expression.
This uses the satisfiability solver that is used when solving for policy authorizations. In complex scenarios, or when using
custom database expressions, (like fragments in ash_postgres), this function may return :maybe
. Use supserset_of?
to always return
a boolean.