Structs§
- Bind
Context - Binding
Cte - Column
Binding - Column
Group - When binding a natural join or a join with USING, a
ColumnGroup
contains the columns with the same name. - Column
Group Context - Holds the context for the
BindContext
’sColumnGroup
s. - Lateral
Bind Context - A
BindContext
that is only visible if theLATERAL
keyword is provided. - Recursive
Union - the entire
RecursiveUnion
represents a bound recursive cte. reference: https://github.com/risingwavelabs/risingwave/pull/15522/files#r1524367781
Enums§
- Binding
CteState - For recursive CTE, we may need to store it in
cte_to_relation
first, and then bind it step by step. - Clause