Hi, having a question on <lookup UDF join>. Can we...
# general
q
Hi, having a question on lookup UDF join. Can we use the return value of this function in
group by
statement? thanks in advance.
m
Looking at the code Lookup is implemented as a TransformFunction, which can be applied to group by.
q
thanks