R/duckdb-funs.R
struct_indexof.Rd
Get the position of the entry in an unnamed STRUCT, starting at 1.
struct_indexof(struct = STRUCT, `'entry'` = ANY)
STRUCT
ANY
INTEGER
struct_indexof(ROW(3, 3, 0), 3)