ClickHouse/tests/queries/0_stateless/02343_analyzer_lambdas.reference

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

30 lines
383 B
Plaintext
Raw Normal View History

2022-07-14 12:06:25 +00:00
Standalone lambdas
2
1 \N [1,2,3]
1 \N [1,2,3]
1
0 Value
Lambda as function parameter
[2,3,4]
[2,3,4]
['1','2','3'] ['1','2','3']
['1','2','3'] ['1','2','3']
[0,0,0]
[1,2,3]
['1_0','2_0','3_0']
Lambda compound argument
(1,'Value') 1_Value
value_0_level_0_value_1_level_0
Lambda matcher
0
0 Value
2022-07-22 16:31:54 +00:00
[1,1,1]
[2,2,2]
0 1 1
0 2 2
2022-07-14 12:06:25 +00:00
Lambda untuple
(1,'Value') 1 Value
Lambda carrying
2 1
1 0