Skip to main content

Module processor

Module processor 

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

QueryProcessor
Processes queries through the full pipeline.

Enums§

QueryLanguage
Supported query languages.

Type Aliases§

QueryParams
Query parameters for prepared statements.