-
I can represent array/tuple by
But how to present an object in literal without my_table_function({
'arg1': 123
}) cc @andylokandy & @b41sh for help. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Maybe we can implement an |
Beta Was this translation helpful? Give feedback.
-
It's not supported yet but we can make it a syntax sugar if desired. |
Beta Was this translation helpful? Give feedback.
-
new expression add a new data type |
Beta Was this translation helpful? Give feedback.
new expression add a new data type
map
, maybe we can convert{'arg1': 123}
to map.