Get the descendants of a given transaction i. Complexity: O(1).
Synopsis
Declared in <cluster_linearize.h>
SetType const&
Descendants(DepGraphIndex i) const noexcept;
Return Value
The set of descendants of i (including i itself).
Parameters
Name |
Description |
i |
The transaction position to query. |
Created with MrDocs