Function libduckdb_sys::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