pub unsafe extern "C" fn duckdb_list_vector_get_size(
vector: duckdb_vector,
) -> idx_tExpand description
Returns the size of the child vector of the list
vector: The vector returns: The size of the child list
pub unsafe extern "C" fn duckdb_list_vector_get_size(
vector: duckdb_vector,
) -> idx_tReturns the size of the child vector of the list
vector: The vector returns: The size of the child list