Class FuseUnionOfPathTriplesPartialTransform

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

public final class FuseUnionOfPathTriplesPartialTransform extends BaseTransform
Within a UNION, merge a subset of branches that are single IrPathTriple (or GRAPH with single IrPathTriple), share identical endpoints and graph ref, and do not themselves contain alternation or quantifiers. Produces a single merged branch with alternation of the path texts, leaving remaining branches intact.