Uses of Class
org.eclipse.rdf4j.queryrender.sparql.experimental.SerializableParsedTupleQuery
-
Packages that use SerializableParsedTupleQuery Package Description org.eclipse.rdf4j.queryrender.sparql.experimental This package contains classes for rendering RDF4J query objects as SPARQL queries. -
-
Uses of SerializableParsedTupleQuery in org.eclipse.rdf4j.queryrender.sparql.experimental
Fields in org.eclipse.rdf4j.queryrender.sparql.experimental declared as SerializableParsedTupleQuery Modifier and Type Field Description SerializableParsedTupleQueryParsedQueryPreprocessor. currentQueryProfileFields in org.eclipse.rdf4j.queryrender.sparql.experimental with type parameters of type SerializableParsedTupleQuery Modifier and Type Field Description java.util.Map<Projection,SerializableParsedTupleQuery>ParsedQueryPreprocessor. queriesByProjectionprivate java.util.Map<Projection,SerializableParsedTupleQuery>PreprocessedQuerySerializer. queriesByProjectionjava.util.Stack<SerializableParsedTupleQuery>ParsedQueryPreprocessor. queryProfilesStackjava.util.Map<Projection,SerializableParsedTupleQuery>AbstractSerializableParsedQuery. subQueriesByProjectionA map that maps all subquery projections within this query to their corresponding SerializableParsedTupleQuery instances.Methods in org.eclipse.rdf4j.queryrender.sparql.experimental that return SerializableParsedTupleQuery Modifier and Type Method Description SerializableParsedTupleQueryParsedQueryPreprocessor. transformToSerialize(TupleExpr tupleExpr)Processes the incoming parsedTupleExprcollecting the information required for rendering.SerializableParsedTupleQueryParsedQueryPreprocessor. transformToSerialize(ParsedTupleQuery query)Processes the incoming parsed query collecting the information required for rendering.Methods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type SerializableParsedTupleQuery Modifier and Type Method Description protected voidParsedQueryPreprocessor. cleanBindingSetAssignments(SerializableParsedTupleQuery query)If we have a VALUES clause inside the WHERE clause, we should not render it twice.private voidPreprocessedQuerySerializer. processTupleQuery(SerializableParsedTupleQuery query)java.lang.StringPreprocessedQuerySerializer. serialize(SerializableParsedTupleQuery query)Serializes aSerializableParsedTupleQuerypassed as an input.
-