Expand description
Dynamically assembles the single-statement tree query a nested repo’s
generated read fns execute at runtime: a tagged UNION ALL over one CTE
per tree node, so a parent and all of its nested children (recursively)
come back in one statement instead of one per level.
Structs§
- Tree
Query Source - The root user query plus the bits needed to fold it into the tree query.
- Tree
Spec - Static description of one node (repo) in a nested tree, used to build the query.