public class GeoRelationQuerySpecBuilder extends Object implements SearchQueryInterpreter
| Constructor and Description |
|---|
GeoRelationQuerySpecBuilder(SearchIndex index) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(org.eclipse.rdf4j.query.algebra.TupleExpr tupleExpr,
org.eclipse.rdf4j.query.BindingSet bindings,
Collection<SearchQueryEvaluator> results)
Processes a TupleExpr into a set of SearchQueryEvaluators.
|
public GeoRelationQuerySpecBuilder(SearchIndex index)
public void process(org.eclipse.rdf4j.query.algebra.TupleExpr tupleExpr,
org.eclipse.rdf4j.query.BindingSet bindings,
Collection<SearchQueryEvaluator> results)
throws org.eclipse.rdf4j.sail.SailException
SearchQueryInterpreterprocess in interface SearchQueryInterpretertupleExpr - the TupleExpr to process.bindings - any bindings.results - the Collection to add any SearchQueryEvaluators to.org.eclipse.rdf4j.sail.SailExceptionCopyright © 2015-2019 Eclipse Foundation. All Rights Reserved.