cloud-fan commented on issue #26205: [SPARK-29545][SQL] Add support for bit_xor aggregate function URL: https://github.com/apache/spark/pull/26205#issuecomment-545260416 > Also do you need to update docs or Pyspark with this function? The newly added bitwise functions are only available in SQL. This is a general question: shall we add scala/python/R functions for all the builtin SQL functions? I feel we only need the common ones, as users can always do `expr("sql_fun(para1)")` to access SQL functions in scala/python/R.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
