You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/05/22 19:31:00 UTC

[jira] [Commented] (ASTERIXDB-2562) Add support for bitwise functions.

    [ https://issues.apache.org/jira/browse/ASTERIXDB-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16846179#comment-16846179 ] 

ASF subversion and git services commented on ASTERIXDB-2562:
------------------------------------------------------------

Commit c420e45165187c14fdc61d0c631c4c1bc5df76e5 in asterixdb's branch refs/heads/master from Hussain Towaileb
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=c420e45 ]

[ASTERIXDB-2562][FUN] Add support for bitwise functions

- user model changes: yes
Added AND, OR, XOR, NOT, SET, CLEAR, SHIFT, TEST, ISSET
and COUNT bitwise functions.

- storage format changes: no
- interface changes: no

Details:
- Introduced the AND, OR, XOR, NOT, SET, CLEAR, SHIFT, TEST, ISSET
and COUNT bitwise functions.
- Added test cases.

Change-Id: I70a6376d6ca12da55eeff88fa0b1c85f970ef8e6
Reviewed-on: https://asterix-gerrit.ics.uci.edu/3377
Contrib: Jenkins <je...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Dmitry Lychagin <dm...@couchbase.com>


> Add support for bitwise functions.
> ----------------------------------
>
>                 Key: ASTERIXDB-2562
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-2562
>             Project: Apache AsterixDB
>          Issue Type: Improvement
>          Components: FUN - Functions
>    Affects Versions: 0.9.4
>            Reporter: Hussain Towaileb
>            Assignee: Hussain Towaileb
>            Priority: Major
>             Fix For: 0.9.5
>
>
> Add support for bitwise functions. The bitwise functions operate on int64 signed integers.
> BITAND
>  BITCLEAR
>  BITNOT
>  BITOR
>  BITSET
>  BITSHIFT
>  BITTEST
>  BITXOR
> BITCOUNT
> ISBITSET (is a synonym for BITTEST)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)