Class ParsedQueryPreprocessor

  • All Implemented Interfaces:
    QueryModelVisitor<java.lang.RuntimeException>

    class ParsedQueryPreprocessor
    extends AbstractQueryModelVisitor<java.lang.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.).