apache / datafusion-python

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

feat: add missing scalar math functions #465

Closed mesejo closed 10 months ago

mesejo commented 11 months ago

Which issue does this PR close?

Partially addresses #463.

Rationale for this change

It will be nice for UX to have the full set of functions provided by rust-datafusion

What changes are included in this PR?

The following scalar math functions were added:

Are there any user-facing changes?

Yes