test for summap_nullable 0

This commit is contained in:
Denny Crane 2021-12-15 20:13:08 -04:00 committed by mergify-bot
parent ccd4d2fe3a
commit f515f8d988
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
(['a'],[1])
(['a','b'],[1,0])

View File

@ -0,0 +1,2 @@
SELECT sumMap(['a', 'b'], [1, NULL]);
SELECT sumMap(['a', 'b'], [1, toNullable(0)]);