edgar2020 commented on code in PR #16805:
URL: https://github.com/apache/druid/pull/16805#discussion_r1695874783


##########
docs/querying/sql-functions.md:
##########
@@ -336,68 +336,189 @@ Performs a bitwise XOR operation on all input values.
 
 ## BITWISE_AND
 
-`BITWISE_AND(expr1, expr2)`
+Returns the bitwise AND between two expressions, that is, `expr1 & expr2`. 

Review Comment:
   applied it manually



##########
docs/querying/sql-functions.md:
##########
@@ -336,68 +336,189 @@ Performs a bitwise XOR operation on all input values.
 
 ## BITWISE_AND
 
-`BITWISE_AND(expr1, expr2)`
+Returns the bitwise AND between two expressions, that is, `expr1 & expr2`. 

Review Comment:
   applied it manually, as well as to all other instances



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to