Function libduckdb_sys::duckdb_array_vector_get_child

source ·
pub unsafe extern "C" fn duckdb_array_vector_get_child(
    vector: duckdb_vector
) -> duckdb_vector
Expand description

Retrieves the child vector of a array vector.

The resulting vector is valid as long as the parent vector is valid. The resulting vector has the size of the parent vector multiplied by the array size.

vector: The vector returns: The child vector