Expand description
Semantic analysis for graph queries
This module implements the semantic analysis phase of the query pipeline: Parse → Semantic Analysis → Logical Plan → Physical Plan
Semantic analysis validates the query and enriches the AST with type information.
Structs§
- Semantic
Analyzer - Semantic analyzer - validates and enriches the AST
- Semantic
Result - Semantic analysis result with validated and enriched AST
- Variable
Info - Information about a variable in the query
Enums§
- Scope
Type - Scope where a variable is defined
- Variable
Type - Type of a variable