Skip to main content

run_range_join_query

Function run_range_join_query 

Source
fn run_range_join_query(
    vault: &Path,
    plan: Q42RangeNestedLoopJoinPlan,
    ctx: &SparqlQueryContext,
) -> Result<(), String>
Expand description

Execute a two-pattern nested-loop join directly from physical SuperBlocks. The supported plan deliberately excludes project/filter/limit wrappers: the resident executor remains authoritative for those until their range-native equivalents can preserve every SPARQL semantic.