Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-6810 Add a set of built-in functions to Table API & SQL
  3. FLINK-12451

[Bitwise Functions] Add BIT_XOR function supported in Table API and SQL

    XMLWordPrintableJSON

Details

    Description

      Bitwise XOR, returns an unsigned 64-bit integer.

      eg:
      SELECT 1 ^ 1; returns 0

      SELECT 1 ^ 0; returns 1

      SELECT 11 ^ 3; returns 8

      Attachments

        Issue Links

          Activity

            People

              taoran Ran Tao
              Dillon. Zhanchun Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: