### Is your feature request related to a problem or challenge? Part of https://github.com/apache/datafusion/issues/12306 https://github.com/apache/datafusion/issues/12306 has introduced the rationale for ASCII fast path in detail This optimization has already been implemented on char_length() string function and got some performance improvement. (In PR https://github.com/apache/datafusion/pull/12356) ### Describe the solution you'd like Implement ASCII fast path for `reverse()` function ### Describe alternatives you've considered _No response_ ### Additional context _No response_