Skip to content

Python Simple Function Support #11

@crepererum

Description

@crepererum

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions