Package | Description |
---|---|
com.bigdata.rdf.sparql.ast.eval.service | |
com.bigdata.rdf.sparql.ast.service |
This package provides support for SPARQL 1.1 Federated Query, including the
special case of "service" end points which live within the same JVM and use
direct method calls rather than SPARQL Query and remote (HTTP) end points
for which we will generate an appropriate SPARQL query.
|
Modifier and Type | Method and Description |
---|---|
protected IRemoteSparqlQueryBuilder |
TestRemoteSparql10QueryBuilder.newFixture(ServiceNode serviceNode,
org.openrdf.query.BindingSet[] a)
Return the
IRemoteSparqlQueryBuilder under test. |
protected IRemoteSparqlQueryBuilder |
TestRemoteSparql11QueryBuilder.newFixture(ServiceNode serviceNode,
org.openrdf.query.BindingSet[] a)
Return the
IRemoteSparqlQueryBuilder under test. |
Modifier and Type | Class and Description |
---|---|
class |
RemoteSparql10QueryBuilder
Utility class constructs a valid SPARQL query for a remote
SPARQL 1.0 end point (no BINDINGS clause and does
not support SELECT expressions or BIND()). |
class |
RemoteSparql11DraftQueryBuilder
Utility class constructs a valid SPARQL query for a remote
SPARQL 1.1 using the BINDINGS clause to vector
solutions into that remote end point. |
class |
RemoteSparql11QueryBuilder
Utility class constructs a valid SPARQL query for a remote
SPARQL 1.1 using the VALUES clause to vector
solutions into that remote end point. |
Modifier and Type | Method and Description |
---|---|
static IRemoteSparqlQueryBuilder |
RemoteSparqlBuilderFactory.get(IServiceOptions serviceOptions,
ServiceNode serviceNode,
org.openrdf.query.BindingSet[] bindingSets) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.