Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-3732

Implement bit functions and operators

    XMLWordPrintableJSON

Details

    • Task
    • Status: In Progress
    • Major
    • Resolution: Unresolved
    • 1.21.0
    • None
    • core
    • None

    Description

      Bit function is non-standard operators, but all db has implemented, such as mysql, postgresql.

      Calcite has implemented BIT_AND, BIT_OR in CALCITE-2770, BIT_XOR in CALCITE-3591. BIT_COUNT is in progress CALCITE-3697, BIT_NOT(~) is in progress CALCITE-3592.

      So I think we should also implement Bitwise AND(&), Right shift(>>), Left shift(<<), Bitwise XOR(^), Bitwise OR(|). And data types support tinyint, smallint, int, bigint like before.

       

      Refence: https://dev.mysql.com/doc/refman/8.0/en/bit-functions.html#operator_bitwise-invert 

      Attachments

        Issue Links

          Activity

            People

              hailong wang hailong wang
              hailong wang hailong wang
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 9h 50m
                  9h 50m