Description
There are many useful non-static methods on type of primitive types. But current reflect UDF cannot invoke those. For example,
select reflect2(value, "replace", "val", "VALUE") from src;
which replaces 'val' part of value column with 'VALUE'