[
https://issues.apache.org/jira/browse/CALCITE-5911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tanner Clary resolved CALCITE-5911.
-----------------------------------
Fix Version/s: 1.36.0
Resolution: Fixed
Merged via
[ada4fe2|https://github.com/apache/calcite/commit/ada4fe2715aac8e30751cbcfb84e0b60d89db4ee],
thanks for the fix, [~jerin_john]!
> Add REGEXP_EXTRACT_ALL function (enabled in BigQuery library)
> -------------------------------------------------------------
>
> Key: CALCITE-5911
> URL: https://issues.apache.org/jira/browse/CALCITE-5911
> Project: Calcite
> Issue Type: Task
> Reporter: Jerin John
> Assignee: Jerin John
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.36.0
>
>
> Add support for
> [REGEXP_EXTRACT_ALL|https://cloud.google.com/bigquery/docs/reference/standard-sql/string_functions#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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)