pub unsafe extern "C" fn duckdb_get_list_child(
value: duckdb_value,
index: idx_t,
) -> duckdb_value
Expand description
Returns the LIST child at index as a duckdb_value.
@param value The LIST value. @param index The index of the child. @return The child as a duckdb_value.