ClickHouse/tests
Vasily Nemkov 87b2d90725 extractAllGroups(haystack, re_needle) function
Function that extracts from haystack all matching non-overlapping groups with regular expressions,
and put those into Array(Array(String)) column.

Example:
:) SELECT extractAllGroups('abc=111, def=222, "jkl mno"="444 foo bar"', '("[^"]+"|\\w+)=("[^"]+"|\\w+)');

┌─extractAllGroups('abc=111, def=222, "jkl mno"="444 foo bar"', '("[^"]+"|\\w+)=("[^"]+"|\\w+)')─┐
│ [['abc','def','"jkl mno"'],['111','222','"444 foo bar"']]                                      │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
2020-05-05 17:41:31 +03:00
..
config Add graphite config to tests. 2020-04-14 20:12:43 +03:00
external_models/catboost
instructions [docs] replace underscores with hyphens (#10606) 2020-04-30 21:19:18 +03:00
integration Fix integration test 2020-05-04 17:51:29 +03:00
perf_drafts
performance Add performance test for sumMap(Tuple). 2020-05-01 10:48:45 +03:00
queries extractAllGroups(haystack, re_needle) function 2020-05-05 17:41:31 +03:00
users.d
.gitignore
clickhouse-client.xml
clickhouse-test Force clickhouse-test to use python2 2020-04-28 22:45:22 +03:00
clickhouse-test-server
client-test.xml
CMakeLists.txt
CTestCustom.cmake
decimals_dictionary.xml
ints_dictionary.xml
msan_suppressions.txt
server-test.xml
stress
strings_dictionary.xml
tsan_suppressions.txt
users.xml