Hi
Can I implement a stateful UDF in C? i.e. storing the state of theprevious run of the function and access them in the succeeding runs.Is it supported? How do I implement it? Thanks.
--andrew