Details
Description
We should add the following functions to org.apache.spark.sql.Column:
bitwiseAND
bitwiseOR
bitwiseXOR
bitwiseNOT
They should also be added to Python's Column class.
Attachments
Issue Links
- links to
We should add the following functions to org.apache.spark.sql.Column:
bitwiseAND
bitwiseOR
bitwiseXOR
bitwiseNOT
They should also be added to Python's Column class.