Function duckdb_struct_vector_get_child

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

Retrieves the child vector of a struct vector.

The resulting vector is valid as long as the parent vector is valid.

@param vector The vector @param index The child index @return The child vector