pub unsafe extern "C" fn duckdb_profiling_info_get_child(
info: duckdb_profiling_info,
index: idx_t,
) -> duckdb_profiling_infoExpand description
Returns the child node at the specified index.
@param info A profiling information object. @param index The index of the child node. @return The child node at the specified index.