Expand description
Semantic binding and type checking.
The binder resolves names, checks types, and produces a bound plan. It validates that:
- All referenced variables are defined in scope
- Property accesses are on valid variables
- Types are compatible in expressions
Structsยง
- Binder
- Semantic binder for query plans.
- Binding
Context - Context containing all bound variables and their information.
- Variable
Info - Information about a bound variable.