GoogleCloudPlatform / bigquery-utils

Useful scripts, udfs, views, and other utilities for migration and data warehouse operations in BigQuery.
https://cloud.google.com/bigquery/
Apache License 2.0
1.07k stars 269 forks source link

[UDF] Fix `cw_regexp_instr_3` assumption that `start` argument is 0-based. #382

Closed paolomorandini closed 10 months ago

paolomorandini commented 10 months ago

The start argument in cw_regexp_instr_3 is 1-based, we allow for start <= 0 and consider it as 1 for compatiblity.