Daft icon indicating copy to clipboard operation
Daft copied to clipboard

[FEAT] Support __init__ arguments for StatefulUDFs

Open jaychia opened this issue 6 months ago • 0 comments

This PR supports __init__ arguments to be supplied to StatefulUDFs.

Users can now define arguments for __init__ in their StatefulUDFs, and additionally tweak the arguments at runtime by calling MyUDF.with_init_args(...)

jaychia avatar Aug 09 '24 18:08 jaychia