Ash.Query.Function.IsNotDistinctFrom (ash v3.19.3)

Copy Markdown View Source

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

args()

Callback implementation for Ash.Query.Function.args/0.

has_partial_evaluate?()