duckdb_array_type_child_type

Function 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.

@param type The logical type. Must be ARRAY. @return The child type of the ARRAY type.