apache / datafusion-python

Apache DataFusion Python Bindings
https://datafusion.apache.org/python
Apache License 2.0
321 stars 64 forks source link

feat: expose `named_struct` in python #700

Closed Michael-J-Ward closed 1 month ago

Michael-J-Ward commented 1 month ago

Ref #692

Which issue does this PR close?

Closes #692

Rationale for this change

This UDF has not been ported over and was requested.

What changes are included in this PR?

The UDF is wrapped and exposed to python.

Are there any user-facing changes?

No. Just a function added.

timsaucer commented 1 month ago

That was fast! Thank you!