Skip to main content

Module type_checker

Module type_checker 

Source
Expand description

Type checking module for the Alopex SQL dialect.

This module provides type inference and validation for SQL expressions. It checks that expressions are well-typed and that operations are valid for the types involved.

Structs§

ScopedTable
A table visible to expression name resolution.
TypeChecker
Type checker for SQL expressions.

Type Aliases§

SubqueryPlanner