For deduplication, how does `UNION` treat two rows that are entirely NULL across all selected columns?SELECT NULL::int, NULL::text UNION SELECT NULL::int, NULL::text;