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.

@param vector The vector @return The size of the child list