ClickHouse/tests/queries/0_stateless/01246_extractAllGroupsVertical.reference

22 lines
458 B
Plaintext
Raw Normal View History

1 group, multiple matches, String and FixedString
2020-05-07 01:33:53 +00:00
[['hello'],['world']]
[['hello'],['world']]
[['hello'],['world']]
[['hello'],['world']]
[['hello'],['world']]
[['hello'],['world']]
mutiple groups, multiple matches
2020-05-07 01:33:53 +00:00
[['abc','111'],['def','222'],['ghi','333'],['"jkl mno"','"444 foo bar"']]
big match
2020-05-07 01:33:53 +00:00
0 0 0 []
260 1 1 [156]
520 1 3 [156,156,156]
lots of matches
2020-05-07 01:33:53 +00:00
0 0 0 0
260 1 260 260
520 1 520 520
lots of groups
2020-05-07 01:33:53 +00:00
0 0 0 []
260 100 2 [1,1]
520 100 5 [1,1,1,1,1]