duckdb_list_vector_get_size

Function duckdb_list_vector_get_size 

Source
pub unsafe extern "C" fn duckdb_list_vector_get_size(
    vector: duckdb_vector,
) -> idx_t
Expand description

Returns the size of the child vector of the list

vector: The vector returns: The size of the child list