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. |
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
-
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")
.Beta Was this translation helpful? Give feedback.
All reactions