Function libduckdb_sys::duckdb_array_type_child_type

source ·
pub unsafe extern "C" fn duckdb_array_type_child_type(
    type_: duckdb_logical_type
) -> duckdb_logical_type
Expand description

Retrieves the child type of the given array type.

The result must be freed with duckdb_destroy_logical_type.

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