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