Yuming Wang created SPARK-28027:
-----------------------------------
Summary: Add Bitwise shift left/right
Key: SPARK-28027
URL: https://issues.apache.org/jira/browse/SPARK-28027
Project: Spark
Issue Type: Sub-task
Components: SQL
Affects Versions: 3.0.0
Reporter: Yuming Wang
||Operator||Description||Example||Result||
|{{<<}}|bitwise shift left|{{1 << 4}}|{{16}}|
|{{>>}}|bitwise shift right|{{8 >> 2}}|{{2}}|
https://www.postgresql.org/docs/11/functions-math.html
https://www.vertica.com/docs/9.2.x/HTML/Content/Authoring/SQLReferenceManual/LanguageElements/Operators/BitwiseOperators.htm
https://docs.aws.amazon.com/redshift/latest/dg/r_OPERATOR_SYMBOLS.html
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]