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

Copy Markdown View Source

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

args()

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

has_partial_evaluate?()