Array construction
#5303
-
|
Hi! I am trying to construct arrays and maps, to get something like this: A nice way to do this would be to define the map constructor for each corresponding dialect: and then call the function like this: But it doesn't seem like the compiler knows how to construct SQL arrays (for any dialect). I could try contributing this if it aligns with your vision. |
Beta Was this translation helpful? Give feedback.
Answered by
rvalek
Jul 2, 2025
Replies: 1 comment 1 reply
-
|
Took a shot at it: #5312 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PR merged, array support added. Nice!