Work with structured data by creating and manipulating nested fields.
Creates a struct with the specified field names and values
> select named_struct('a','xyz','1',123); {a:xyz,1:123}
Last updated 7 months ago