R/duckdb-funs.R
cast_to_type.Rd
Casts the first argument to the type of the second argument.
cast_to_type(param = ANY, type = ANY)
ANY
cast_to_type('42', NULL::INTEGER)