HyukjinKwon commented on code in PR #57336:
URL: https://github.com/apache/spark/pull/57336#discussion_r3611520758


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/bitmapExpressions.scala:
##########
@@ -143,6 +144,72 @@ case class BitmapCount(child: Expression)
     copy(child = newChild)
 }
 
+@ExpressionDescription(
+  usage = """
+    _FUNC_(bitmap, bit_position) - Returns true if the bit at the given 
position is set in the
+    bitmap, false otherwise.
+  """,

Review Comment:
   Let's add arguments. I am trying to add them all 
(https://github.com/apache/spark/pull/57183, 
https://github.com/apache/spark/pull/57184, and 
https://github.com/apache/spark/pull/57185)



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