Module semantic

Module semantic 

Source
Expand description

Semantic analysis and type checking for Cypher queries

Validates the semantic correctness of parsed Cypher queries including:

  • Variable scope checking
  • Type compatibility validation
  • Aggregation context verification
  • Pattern validity

Structs§

SemanticAnalyzer
Semantic analyzer for Cypher queries

Enums§

SemanticError
ValueType
Type system for Cypher values