Map get non const key added test

This commit is contained in:
Maksim Kita 2021-10-01 17:54:40 +03:00
parent ec966b7df5
commit a58cc620e9
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1 @@
value

View File

@ -0,0 +1,5 @@
SELECT map[key]
FROM
(
SELECT materialize('key') AS key, CAST((['key'], ['value']), 'Map(String, String)') AS map
);