Is your feature request related to a problem or challenge?
As mentioned #13717 (comment), return_type could be deprecated by #13717. We should try to use return_type_from_exprs or another method for the information_schema table instead.
The challenge with using return_type_from_exprs is that the record generation of routines or parameters won't have the required expression arguments for it. 🤔
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response