Uses of Class
org.eclipse.rdf4j.queryrender.sparql.ir.IrUnion
Packages that use IrUnion
-
Uses of IrUnion in org.eclipse.rdf4j.queryrender.sparql.ir.util.transform
Methods in org.eclipse.rdf4j.queryrender.sparql.ir.util.transform with parameters of type IrUnionModifier and TypeMethodDescriptionstatic booleanBaseTransform.unionBranchesAllHaveAnonPathBridge(IrUnion u) True if all UNION branches contain at least one _anon_path_* variable (or inverse variant).static booleanBaseTransform.unionBranchesShareAnonPathVarWithAllowedRoleMapping(IrUnion u) New-scope UNION safety: true iff the two UNION branches share at least one _anon_path_* variable name.static booleanBaseTransform.unionBranchesShareCommonAnonPathVarName(IrUnion u) True if all UNION branches share at least one common variable name that starts with the _anon_path_ prefix.static booleanBaseTransform.unionIsExplicitAndAllBranchesScoped(IrUnion u) Universal safeguard for explicit user UNIONs: true iff the UNION is marked as new scope and all its branches are also marked as new scope.