Skip to main content

Module binder

Module binder 

Source
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.
BindingContext
Context containing all bound variables and their information.
VariableInfo
Information about a bound variable.