Replies: 1 comment 1 reply
|
CC: @kagamiori This is not supported yet. Curious, why to_json function supports only ARRAY, MAP and ROW. I'd expect it to support all types. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am trying to add a "to_json" function in pr #6287, which supports 3 input types,
ARRAY,MAP,ROW. It seems to only support a fixed number of columns, such as.argumentType("row(bigint, varchar)"). But we cannot determine how many columns there are especially the type of each column at definition time. I cannot find a way to support this scenario although I can use.argumentType("T").All reactions