Daft
Daft copied to clipboard
[FEAT] Support __init__ arguments for StatefulUDFs
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(...)