Description
Currently, regexp_replace function only take string argument as replacement, but in Hive it also accept any column or column expression. It also works in Spark, but as a query. Need to create a overload of this function which also accept Column as replacement.