evaluate_query

Function evaluate_query 

Source
pub async fn evaluate_query(
    ctx: &RdfFusionContext,
    builder_context: RdfFusionLogicalPlanBuilderContext,
    query: &Query,
    options: QueryOptions,
) -> Result<(QueryResults, QueryExplanation), QueryEvaluationError>
Expand description

Evaluates a SPARQL query and returns the results along with execution information.

Most users should refrain from directly using this function, as there are higher-level abstractions that provide APIs for querying.