Uses of Package
org.eclipse.rdf4j.queryrender.sparql.ir
Packages that use org.eclipse.rdf4j.queryrender.sparql.ir
Package
Description
-
Classes in org.eclipse.rdf4j.queryrender.sparql.ir used by org.eclipse.rdf4j.queryrender.sparql
-
Classes in org.eclipse.rdf4j.queryrender.sparql.ir used by org.eclipse.rdf4j.queryrender.sparql.irClassDescriptionTextual IR for a WHERE/group block: ordered list of lines/nodes.Textual IR element for GROUP BY: either a bare variable or (expr AS ?Base class for textual SPARQL Intermediate Representation (IR) nodes.Textual IR order specification (ORDER BY), including direction.Textual IR node for a property path triple: subject, path expression, object.Minimal printing adapter used by IR nodes to render themselves.Textual IR item in a SELECT projection: either a bare variable or (expr AS ?Textual IR for a SELECT query (header + WHERE + trailing modifiers).Textual IR node for a simple triple pattern line.Common abstraction for triple-like IR nodes that have subject/object variables and a textual predicate/path representation suitable for alternation merging.
-
-
Classes in org.eclipse.rdf4j.queryrender.sparql.ir used by org.eclipse.rdf4j.queryrender.sparql.ir.util.transformClassDescriptionTextual IR for a WHERE/group block: ordered list of lines/nodes.Base class for textual SPARQL Intermediate Representation (IR) nodes.Textual IR node for a property path triple: subject, path expression, object.Textual IR for a SELECT query (header + WHERE + trailing modifiers).Textual IR node for a simple triple pattern line.Textual IR node for a nested subselect inside WHERE.Textual IR node representing a UNION with multiple branches.