Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.69 KB

File metadata and controls

65 lines (38 loc) · 1.69 KB

minisql.sql.binder.BoundRecursiveQuery

Home · Source file

BoundRecursiveQuery

struct BoundRecursiveQuery

Represents the two executable halves of a recursive CTE fixpoint.

View source

Members

anchor

anchor

Stores the non-recursive seed SELECT.

View source

name

name

Stores the CTE name used to identify its working-table frame.

View source

recursiveTerm

recursiveTerm

Stores the recursive SELECT evaluated for each delta.

View source

unionAll

unionAll

Indicates UNION ALL bag semantics rather than UNION deduplication.

View source