ClickHouse/tests/queries/0_stateless/02990_format_lambdas.reference

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

11 lines
198 B
Plaintext
Raw Normal View History

2024-02-15 05:54:28 +00:00
SELECT lambda(1, 1)
SELECT lambda(1, 1)
SELECT x -> 1
SELECT x -> 1
SELECT (x, y) -> 1
SELECT (x, y) -> 1
SELECT lambda(f(1), 1)
SELECT lambda(f(1), 1)
SELECT lambda(f(x), 1)
SELECT lambda(f(x), 1)