ibis icon indicating copy to clipboard operation
ibis copied to clipboard

feat: extend UDF operations with volatility flags

Open kszucs opened this issue 3 years ago • 0 comments

We should consider to extend the UDF operations to mark them idempotent, see how spark handles deterministic VS non-deterministic UDFs. DataFusion uses the volatility enum for this purpose.

Originally posted by @kszucs in https://github.com/ibis-project/ibis/pull/4217#discussion_r946631482

kszucs avatar Aug 16 '22 11:08 kszucs