is_not_distinct_from(left, right)
SQL's IS NOT DISTINCT FROM operator (NULL-safe equality).
Unlike ==, this operator treats NULL as equal to NULL.
When both sides cannot return NULL, this simplifies to == for better performance.
Summary
Functions
Callback implementation for Ash.Query.Function.args/0.