is_distinct_from(left, right)
SQL's IS DISTINCT FROM operator.
Unlike !=, this operator treats NULL as a comparable value.
When both sides cannot return NULL, this simplifies to != for better performance.
Summary
Functions
Callback implementation for Ash.Query.Function.args/0.