Dwrite commented on code in PR #4478:
URL: https://github.com/apache/calcite/pull/4478#discussion_r2312233927


##########
site/_docs/reference.md:
##########
@@ -2828,6 +2828,7 @@ In the following:
 | * | BITAND(value1, value2)                         | Returns the bitwise AND 
of *value1* and *value2*. *value1* and *value2* must both be integer or binary 
values. Binary values must be of the same length.
 | * | BITOR(value1, value2)                          | Returns the bitwise OR 
of *value1* and *value2*. *value1* and *value2* must both be integer or binary 
values. Binary values must be of the same length.
 | * | BITXOR(value1, value2)                         | Returns the bitwise XOR 
of *value1* and *value2*. *value1* and *value2* must both be integer or binary 
values. Binary values must be of the same length.
+| * | LEFTSHIFT(value1, value2)                      | Returns the result of 
left-shifting *value1* by *value2* bits. *value1* can be integer, unsigned 
integer, or binary. For binary, the result has the same length as *value1*. |

Review Comment:
   Added



-- 
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]

Reply via email to