Class LiftPathUnionScopeInsideGraphTransform

java.lang.Object
org.eclipse.rdf4j.queryrender.sparql.ir.util.transform.BaseTransform
org.eclipse.rdf4j.queryrender.sparql.ir.util.transform.LiftPathUnionScopeInsideGraphTransform

public final class LiftPathUnionScopeInsideGraphTransform extends BaseTransform
Inside GRAPH bodies, lift the scope marker from a path-generated UNION (branches all non-scoped) to the containing BGP. This preserves brace grouping when the UNION is later fused into a single path triple. Strictly limited to GRAPH bodies; no other heuristics.
  • Method Details