Vinod KC created SPARK-41081: -------------------------------- Summary: Support Bit manipulation function ROTATELEFT Key: SPARK-41081 URL: https://issues.apache.org/jira/browse/SPARK-41081 Project: Spark Issue Type: Sub-task Components: SQL Affects Versions: 3.1.4 Reporter: Vinod KC
Support Bit manipulation function ROTATELEFT The function shall rotate an integer value left by a specified number of bits. As the most significant bit is taken out of the original value, if it is a 1 bit, it is "rotated" back to the least significant bit. *ROTATELEFT(integer_type a, INT positions)* -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org