R/duckdb-funs.R
can_cast_implicitly.Rd
Whether or not we can implicitly cast from the source type to the other type.
can_cast_implicitly(source_type = ANY, target_type = ANY)
ANY
BOOLEAN
can_cast_implicitly(NULL::INTEGER, NULL::BIGINT)