Function libduckdb_sys::duckdb_create_list_type

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

Creates a list type from its child type. The resulting type should be destroyed with duckdb_destroy_logical_type.

type: The child type of list type to create. returns: The logical type.