R/duckdb-funs.R
struct_insert.Rd
Adds field(s)/value(s) to an existing STRUCT with the argument values. The entry name(s) will be the bound variable name(s).
struct_insert()
STRUCT
struct_insert({'a': 1}, b := 2)