Available on crate feature compute_nullif only.
Expand description

Contains the operator nullif.

Functions

Returns whether nullif and nullif_scalar is implemented for the datatypes.

Returns an Array with the same type as lhs and whose validity is null iff either lhs == rhs or lhs is null.

Returns an Array with the same type as lhs and whose validity is null iff either lhs == rhs or lhs is null.

Returns an array whose validity is null iff lhs == rhs or lhs is null. This has the same semantics as postgres - the validity of the rhs is ignored.

Returns a PrimitiveArray whose validity is null iff lhs == rhs or lhs is null.