bool_null
bool_null() -> bool
Returns a null value of type bool.
This is important because some functions, like case(), return more convenient outputs if all their arguments are of the same type.
Domain
This is a scalar function (calculates a single output value for a single input row).
Categories
Examples
Create a column 'positive_or_null' which is either a positive bool, or the null bool.