Class UnwrapSingleBgpInUnionBranchesTransform

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

public final class UnwrapSingleBgpInUnionBranchesTransform extends BaseTransform
Remove redundant single-child IrBGP layers inside UNION branches that do not carry new scope. This avoids introducing an extra brace layer around branch content while preserving explicit grouping (newScope=true) and container structure.
  • Method Details