Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.34.0
Description
Add BIT_GET and GETBIT function (enabled in Spark library):
BIT_GET(expr, pos) - Returns the value of the bit (0 or 1) at the specified position. The positions are numbered from right to left, starting at zero. The position argument cannot be negative.
GETBIT is an alias of BIT_GET.
See more details in Spark doc.
Attachments
Issue Links
- links to