Class ApplyPathsFixedPointTransform

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

public final class ApplyPathsFixedPointTransform extends BaseTransform
Apply path-related transforms repeatedly until the WHERE block reaches a textual fixed point. The fingerprint is computed by rendering the WHERE as a subselect so non-WHERE text does not affect convergence. Guarded to a small iteration budget to avoid accidental oscillations.