Module bind_context

Source

Structs§

BindContext
BindingCte
ColumnBinding
ColumnGroup
When binding a natural join or a join with USING, a ColumnGroup contains the columns with the same name.
ColumnGroupContext
Holds the context for the BindContext’s ColumnGroups.
LateralBindContext
A BindContext that is only visible if the LATERAL keyword is provided.
RecursiveUnion
the entire RecursiveUnion represents a bound recursive cte. reference: https://github.com/risingwavelabs/risingwave/pull/15522/files#r1524367781

Enums§

BindingCteState
For recursive CTE, we may need to store it in cte_to_relation first, and then bind it step by step.
Clause

Type Aliases§

LiteResult 🔒