This example invokes the SQL UDF common_value_expression as an argument to the external UDF my_ext_udf .
SELECT my_ext_udf(test.common_value_expression(t1.a1, t1.b1)) FROM t1;
This example invokes the SQL UDF common_value_expression as an argument to the external UDF my_ext_udf .
SELECT my_ext_udf(test.common_value_expression(t1.a1, t1.b1)) FROM t1;