[
https://issues.apache.org/jira/browse/CALCITE-3697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17875671#comment-17875671
]
Norman Jordan commented on CALCITE-3697:
----------------------------------------
I have submitted a new PR (#3972). It is based off of the PR from [~x1q1j1] .
It is up to date, so no conflicts.
* All libraries now have a BITCOUNT() function
* The MySQL library also has BIT_COUNT() which is an alias for BITCOUNT()
* BITCOUNT() counts all of the bits set in an integer or bytestring
* Return NULL if the argument is NULL
> Implement BITCOUNT scalar function
> ----------------------------------
>
> Key: CALCITE-3697
> URL: https://issues.apache.org/jira/browse/CALCITE-3697
> Project: Calcite
> Issue Type: Sub-task
> Reporter: Forward Xu
> Assignee: Forward Xu
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> Implement bit_count function
--
This message was sent by Atlassian Jira
(v8.20.10#820010)