duckdb_get_struct_child

Function duckdb_get_struct_child 

Source
pub unsafe extern "C" fn duckdb_get_struct_child(
    value: duckdb_value,
    index: idx_t,
) -> duckdb_value
Expand description

Returns the STRUCT child at index as a duckdb_value.

@param value The STRUCT value. @param index The index of the child. @return The child as a duckdb_value.