Class ParsedQueryPreprocessor

java.lang.Object
org.eclipse.rdf4j.query.algebra.helpers.AbstractQueryModelVisitor<RuntimeException>
org.eclipse.rdf4j.queryrender.sparql.experimental.ParsedQueryPreprocessor
All Implemented Interfaces:
QueryModelVisitor<RuntimeException>

class ParsedQueryPreprocessor extends AbstractQueryModelVisitor<RuntimeException>
A query visitor that parses the incoming query or TupleExpr and collects meta-level information that is later used by the SparqlQueryRenderer (e.g., information about the included subquery, all group, order, and slice operations etc.).