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

Add REGEXP_EXTRACT_ALL function (enabled in BigQuery library)

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.36.0
    • None

    Description

      Add support for REGEXP_EXTRACT_ALL function from BigQuery.

      REGEXP_EXTRACT_ALL(value, regexp)
      Returns an array of all substrings of value that match the re2 regular expression, regexp. Returns an empty array if there is no match.

      • If the regular expression contains a capturing group ((...)), and there is a match for that capturing group, that match is added to the results. If there are multiple matches for a capturing group, the last match is added to the results.

      Attachments

        Issue Links

          Activity

            People

              jerin_john Jerin John
              jerin_john Jerin John
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: