mesejo opened a new issue, #463: URL: https://github.com/apache/arrow-datafusion-python/issues/463
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** I would like access to the [full set](https://arrow.apache.org/datafusion/user-guide/sql/scalar_functions.html) of scalar functions defined in the Rust library. **Describe the solution you'd like** I would like to have Python bindings for the following functions: _Math Functions_ - [x] acosh - [x] asinh - [x] atanh - [x] cbrt - [x] cosh - [x] degrees - [x] factorial - [x] gcd - [ ] isnan: #495 - [ ] iszero: #495 - [x] lcm - [x] nanvl - [x] pi - [x] radians - [x] sinh - [x] tanh _Binary String Functions_ - [ ] encode: #494 - [ ] decode: #494 _Array Functions_ - [ ] array_append - [ ] array_cat - [ ] array_concat - [ ] array_dims - [ ] array_element - [ ] array_empty - [ ] array_extract - [ ] array_fill - [ ] array_has - [ ] array_has_all - [ ] array_has_any - [ ] array_indexof - [ ] array_join - [ ] array_length - [ ] array_ndims - [ ] array_pop_back - [ ] array_position - [ ] array_positions - [ ] array_prepend - [ ] array_push_back - [ ] array_push_front - [ ] array_remove - [ ] array_remove_all - [ ] array_remove_n - [ ] array_repeat - [ ] array_replace - [ ] array_replace_all - [ ] array_replace_n - [ ] array_slice - [ ] array_to_string - [ ] cardinality - [ ] empty - [ ] flatten - [ ] list_append - [ ] list_cat - [ ] list_concat - [ ] list_dims - [ ] list_element - [ ] list_extract - [ ] list_indexof - [ ] list_join - [ ] list_length - [ ] list_ndims - [ ] list_position - [ ] list_positions - [ ] list_prepend - [ ] list_push_back - [ ] list_push_front - [ ] list_remove - [ ] list_remove_all - [ ] list_remove_n - [ ] list_repeat - [ ] list_replace - [ ] list_replace_all - [ ] list_replace_n - [ ] list_slice - [ ] list_to_string - [ ] make_list - [ ] trim_array _Time and Date Functions_ - [ ] extract _Other Functions_ - [ ] arrow_cast **Describe alternatives you've considered** None -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
