Expand description
Simple single-table query executor with limited Cypher feature support
This module provides a lightweight execution strategy for basic Cypher queries that don’t require the full DataFusion planner. It supports:
- Single-table scans with property filters
- Multi-hop path patterns via join chains
- Basic projections, DISTINCT, ORDER BY, SKIP, and LIMIT