R/duckdb-funs.R
struct_pack.Rd
Create a STRUCT containing the argument values. The entry name will be the bound variable name.
struct_pack()
STRUCT
struct_pack(i := 4, s := 'string')