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

Add CODE_POINTS_TO_STRING, TO_CODE_POINTS function (enabled in BigQuery library)

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.35.0
    • 1.36.0
    • core

    Description

      CODE_POINTS_TO_STRING: Takes an array of Unicode code points as ARRAY<INT64> and returns a STRING.

      TO_CODE_POINTS: Takes a STRING or BYTES value and returns an array of INT64 values that represent code points or extended ASCII character values.

      If value is a STRING, each element in the returned array represents a code point. Each code point falls within the range of [0, 0xD7FF] and [0xE000, 0x10FFFF].
      If value is BYTES, each element in the array is an extended ASCII character value in the range of [0, 255].

      See more in code_points_to_string and to_code_points

      Attachments

        Issue Links

          Activity

            People

              hongyuguo hongyu guo
              hongyuguo hongyu guo
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: