Creates a struct with the specified field names and values
> select named_struct('a','xyz','1',123); {a:xyz,1:123}
Last updated 3 months ago