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

Add BIT_GET and GETBIT function (enabled in Spark library)

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.34.0
    • 1.36.0
    • core

    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

          Activity

            People

              Runking Runkang He
              Runking Runkang He
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: