Expand description
Query processor that orchestrates the query pipeline.
The QueryProcessor is the central component that executes queries through
the full pipeline: Parse → Bind → Optimize → Plan → Execute.
It supports multiple query languages (GQL, Cypher, Gremlin, GraphQL) for LPG
and SPARQL for RDF (when the rdf feature is enabled).
Structs§
- Query
Processor - Processes queries through the full pipeline.
Enums§
- Query
Language - Supported query languages.
Type Aliases§
- Query
Params - Query parameters for prepared statements.