Skip to main content

Module all_non_distinct

Module all_non_distinct 

Source

Structs§

AllNonDistinct
Fused bool_all(non_distinct(lhs, rhs)) aggregate function.
AllNonDistinctPartial
Partial accumulator state: just a bool tracking “all non-distinct so far”.

Functions§

all_non_distinct
Check if two arrays are element-wise non-distinct, treating null == null as true.