Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Incomplete
-
1.18.0
-
None
Description
Hi I'm developing Apache Drill UDFs. I need a self-defined class in the workspace of my aggregate function. But UDAF's workspace does not support variables other than ValueHolders. So my question is: is it able to write a ValueHolders for self-defined classes? Any instructions are also welcome.