Subject UDF param passing issues
Author Doug Chamberlin
At 4/6/00 05:00 PM (Thursday), David Schnepper wrote:

>Actually, there is a way that a UDF can receive parameters "BY DESCRIPTOR".
>It's yet another of those GDML features that work, but don't have SQL
>syntax to
>support them.

I don't understand why the SQL syntax is relevant except in defining a UDF
you would have to say "pass params by descriptor when using this UDF".
Then, assuming the UDF is properly written to use the descriptors instead
of the usual param passing mechanism, everything should work, right?