Skip to contents

Returns the field values of a STRUCT as an UnnamedStruct.

Usage

struct_values(struct = STRUCT)

Arguments

struct

STRUCT

Value

STRUCT

SQL examples

struct_values({'a': 1, 'b': 'world'})