R/duckdb-funs.R
struct_extract.Rd
Extract the named entry from the STRUCT.
struct_extract(struct, entry)
STRUCT
VARCHAR | BIGINT
ANY
struct_extract({'i': 3, 'v2': 3, 'v3': 0}, 'i')