|
|
|
|
|
by dominotw
1989 days ago
|
|
> There's a lack of UDFs for working with complex types (lists, structs, etc.). Having to write UDFs in Javascript is also not the greatest experience. We load our data into SF in json and do plenty of list/struct manipulation using their inbuilt functions[1].
I guess you might have write a UDF if you are doing something super weird but inbuilt functions should get you pretty far 90% of the time. https://docs.snowflake.com/en/sql-reference/functions-semist... |
|