java.lang.Object
org.apache.jena.sparql.engine.main.solver.StageMatchTriple
Triple version of
StageMatchData
. This goes directly to the graph.
Plain matching - see SolverRX3.rdfStarTriple(java.util.Iterator<org.apache.jena.sparql.engine.binding.Binding>, org.apache.jena.graph.Triple, org.apache.jena.sparql.engine.ExecutionContext)
for matching with variables
in RDF-star embedded triples.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessTriple
(Iterator<Binding> input, Graph graph, Triple pattern, Predicate<Triple> filter, ExecutionContext execCxt)
-
Constructor Details
-
StageMatchTriple
public StageMatchTriple()
-
-
Method Details
-
accessTriple
-