R/duckdb-funs.R
struct_keys.Rd
Returns the field names of a STRUCT as a list.
struct_keys(struct = ANY)
ANY
VARCHAR[]
struct_keys({'a': 1, 'b': 2})