-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What
Add the adapter code that automitically creates a UDF from a simple Python function like:
def add_one(x: int) -> int:
return x + 1
Why
Users should have a good UX.
How
- write up type system mapping
- think about Arrow nulls and how they map to Python optionals a la
int | None
- write simple driver that calls the Python function in a loop
Metadata
Metadata
Assignees
Labels
No labels