We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e1cfdf commit 7170a69Copy full SHA for 7170a69
ibis/backends/clickhouse/tests/snapshots/test_functions/test_column_regexp_extract/out.sql
@@ -1,7 +1,7 @@
1
SELECT
2
CASE
3
- WHEN notEmpty(extractGroups(CAST("t0"."string_col" AS String), CONCAT('(', '[\\d]+', ')'))[5])
4
- THEN extractGroups(CAST("t0"."string_col" AS String), CONCAT('(', '[\\d]+', ')'))[5]
+ WHEN notEmpty(extractGroups(CAST("t0"."string_col" AS String), CONCAT('(', '[\\d]+', ')'))[4])
+ THEN extractGroups(CAST("t0"."string_col" AS String), CONCAT('(', '[\\d]+', ')'))[4]
5
ELSE NULL
6
END AS "RegexExtract(string_col, '[\\d]+', 3)"
7
FROM "functional_alltypes" AS "t0"
0 commit comments