Uses of Class
org.eclipse.rdf4j.queryrender.sparql.experimental.SerializableParsedTupleQuery
Packages that use SerializableParsedTupleQuery
Package
Description
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 SerializableParsedTupleQueryFields in org.eclipse.rdf4j.queryrender.sparql.experimental with type parameters of type SerializableParsedTupleQueryModifier and TypeFieldDescriptionParsedQueryPreprocessor.queriesByProjection
private final Map
<Projection, SerializableParsedTupleQuery> PreprocessedQuerySerializer.queriesByProjection
ParsedQueryPreprocessor.queryProfilesStack
AbstractSerializableParsedQuery.subQueriesByProjection
A map that maps all subquery projections within this query to their corresponding SerializableParsedTupleQuery instances.Methods in org.eclipse.rdf4j.queryrender.sparql.experimental that return SerializableParsedTupleQueryModifier and TypeMethodDescriptionParsedQueryPreprocessor.transformToSerialize
(TupleExpr tupleExpr) Processes the incoming parsedTupleExpr
collecting the information required for rendering.ParsedQueryPreprocessor.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 SerializableParsedTupleQueryModifier and TypeMethodDescriptionprotected void
ParsedQueryPreprocessor.cleanBindingSetAssignments
(SerializableParsedTupleQuery query) If we have a VALUES clause inside the WHERE clause, we should not render it twice.private void
PreprocessedQuerySerializer.processTupleQuery
(SerializableParsedTupleQuery query) PreprocessedQuerySerializer.serialize
(SerializableParsedTupleQuery query) Serializes aSerializableParsedTupleQuery
passed as an input.