mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Add a test
This commit is contained in:
parent
c01756014e
commit
a54985458d
3
tests/queries/0_stateless/01812_has_generic.reference
Normal file
3
tests/queries/0_stateless/01812_has_generic.reference
Normal file
@ -0,0 +1,3 @@
|
||||
1
|
||||
1
|
||||
1
|
3
tests/queries/0_stateless/01812_has_generic.sql
Normal file
3
tests/queries/0_stateless/01812_has_generic.sql
Normal file
@ -0,0 +1,3 @@
|
||||
SELECT has([(1, 2), (3, 4)], (toUInt16(3), 4));
|
||||
SELECT hasAny([(1, 2), (3, 4)], [(toUInt16(3), 4)]);
|
||||
SELECT hasAll([(1, 2), (3, 4)], [(toNullable(1), toUInt64(2)), (toUInt16(3), 4)]);
|
Loading…
Reference in New Issue
Block a user