You can get a properties object from UDFContext.getUDFProperties() and set values in that object on the front end. You can then call getUDFProperties again on the backend and whatever you set in the properties object will be there.

Alan.

On Jun 3, 2010, at 7:00 PM, Andrew Rothstein wrote:

it says that I should use the setUDFContext function to communicate
between the getTuple function and the
LoadPushDown.pushProjection(RequiredFieldList) function
implementations. Where do I put the aliases in the RequiredFieldList
so that I can reconstitute them in my getTuple implementation?

confused, Andrew

Reply via email to