struct BoundRecursiveQueryRepresents the two executable halves of a recursive CTE fixpoint.
anchorStores the non-recursive seed SELECT.
nameStores the CTE name used to identify its working-table frame.
recursiveTermStores the recursive SELECT evaluated for each delta.
unionAllIndicates UNION ALL bag semantics rather than UNION deduplication.