pub unsafe extern "C" fn duckdb_list_type_child_type(
    type_: duckdb_logical_type
) -> duckdb_logical_type
Expand description

Retrieves the child type of the given list type.

The result must be freed with duckdb_destroy_logical_type.

type: The logical type object returns: The child type of the list type. Must be destroyed with duckdb_destroy_logical_type.