pub fn is_unicode_assigned<T>(
arg: impl IntoExpr<T>,
) -> Expr<<T as StringBoolExpr>::Output>where
T: StringBoolExpr,Expand description
Tests whether every character has an assigned Unicode code point. Requires PostgreSQL 18 or newer and UTF8.
Maps to PostgreSQL UNICODE_ASSIGNED.