Function duckdb_profiling_info_get_child_count

Source
pub unsafe extern "C" fn duckdb_profiling_info_get_child_count(
    info: duckdb_profiling_info,
) -> idx_t
Expand description

Returns the number of children in the current profiling info node.

@param info A profiling information object. @return The number of children in the current node.