hi, I noticed that the code file of the SqlFunctions.java class is getting larger and larger and the functions are increasing. I think some functions can be broken down into different function classes to slim down SqlFunctions. For example: json functions use JsonFunctions, and only SqlFunctions retain Function name reference.
What do you think? Best, ForwardXu
