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
pub unsafe extern "C" fn duckdb_list_vector_get_size(
vector: duckdb_vector,
) -> idx_t
Returns the size of the child vector of the list.
@param vector The vector @return The size of the child list