Module semantic

Module semantic 

Source
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§

SemanticAnalyzer
Semantic analyzer - validates and enriches the AST
SemanticResult
Semantic analysis result with validated and enriched AST
VariableInfo
Information about a variable in the query

Enums§

ScopeType
Scope where a variable is defined
VariableType
Type of a variable