Module bind_context

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.

Enums§

BindingCteState
Clause

Type Aliases§

LiteResult 🔒