Package | Description |
---|---|
com.bigdata.rdf.sail |
This package contains the SAIL that allow bigdata to be used as a backend for
the Sesame 2.x platform.
|
com.bigdata.rdf.sparql.ast |
This package contains an Abstract Syntax Tree which provides an intermediate translation
target for SPARQL parsers.
|
com.bigdata.rdf.sparql.ast.eval | |
com.bigdata.rdf.sparql.ast.eval.service | |
com.bigdata.rdf.sparql.ast.optimizers | |
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.
|
com.bigdata.service.fts |
Modifier and Type | Method and Description |
---|---|
Set<IVariable<?>> |
RDRHistoryServiceFactory.getDesiredBound(ServiceNode serviceNode) |
Set<IVariable<?>> |
RDRHistoryServiceFactory.getRequiredBound(ServiceNode serviceNode) |
Modifier and Type | Method and Description |
---|---|
List<ServiceNode> |
JoinGroupNode.getServiceNodes()
Return only the
ServiceNode child nodes in this group. |
Modifier and Type | Method and Description |
---|---|
Set<IVariable<?>> |
StaticAnalysis.getDefinitelyProducedBindings(ServiceNode node)
Report "MUST" bound bindings projected by the SERVICE.
|
Set<IVariable<?>> |
StaticAnalysis.getJoinVars(ServiceNode serviceNode,
Set<IVariable<?>> vars)
Return the join variables for a SERVICE.
|
Set<IVariable<?>> |
StaticAnalysis.getMaybeProducedBindings(ServiceNode node)
Report the "MUST" and "MAYBE" bound variables projected by the service.
|
Modifier and Type | Method and Description |
---|---|
Set<IVariable<?>> |
AbstractServiceFactoryBase.getDesiredBound(ServiceNode serviceNode)
Default implementation for method
ServiceFactory.getDesiredBound(ServiceNode) , allowing for
simple services where all variables used inside the service are
considered "outgoing". |
Set<IVariable<?>> |
CustomServiceFactoryBase.getDesiredBound(ServiceNode serviceNode)
Default implementation for method
ServiceFactory.getDesiredBound(ServiceNode) , allowing for
simple services where all variables used inside the service are
considered "outgoing". |
Set<IVariable<?>> |
GeoSpatialServiceFactory.getRequiredBound(ServiceNode serviceNode) |
Set<IVariable<?>> |
AbstractServiceFactoryBase.getRequiredBound(ServiceNode serviceNode)
Default implementation for method
ServiceFactory.getRequiredBound(ServiceNode) , allowing for
simple services where all variables used inside the service are
considered "outgoing". |
Set<IVariable<?>> |
CustomServiceFactoryBase.getRequiredBound(ServiceNode serviceNode)
Default implementation for method
ServiceFactory.getRequiredBound(ServiceNode) , allowing for
simple services where all variables used inside the service are
considered "outgoing". |
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 | Method and Description |
---|---|
protected ServiceNode |
AbstractOptimizerTestCase.Helper.service(TermNode serviceRef,
GraphPatternGroup<IGroupMemberNode> groupNode) |
Modifier and Type | Method and Description |
---|---|
ServiceNode |
ServiceCallCreateParams.getServiceNode()
The bigdata AST object modeling the SPARQL
SERVICE clause. |
Modifier and Type | Method and Description |
---|---|
static IRemoteSparqlQueryBuilder |
RemoteSparqlBuilderFactory.get(IServiceOptions serviceOptions,
ServiceNode serviceNode,
org.openrdf.query.BindingSet[] bindingSets) |
Set<IVariable<?>> |
ServiceFactory.getDesiredBound(ServiceNode serviceNode)
Returns, for the given service node, the variables that are desired
to be bound prior to start executing the service.
|
Set<IVariable<?>> |
RemoteServiceFactoryImpl.getDesiredBound(ServiceNode serviceNode) |
Set<IVariable<?>> |
ServiceFactory.getRequiredBound(ServiceNode serviceNode)
Returns, for the given service node, the variables that must be
bound prior to start executing the service.
|
Set<IVariable<?>> |
RemoteServiceFactoryImpl.getRequiredBound(ServiceNode serviceNode)
In order to be able to evaluate the SPARQL 1.1 remote service, the
endpoint URIs must be known.
|
ServiceCall<? extends Object> |
ServiceRegistry.toServiceCall(AbstractTripleStore store,
org.eclipse.jetty.client.HttpClient cm,
org.openrdf.model.URI serviceURI,
ServiceNode serviceNode,
BaseJoinStats stats)
Resolve a
ServiceCall for a service URI . |
Constructor and Description |
---|
RemoteSparql10QueryBuilder(ServiceNode serviceNode) |
RemoteSparql11DraftQueryBuilder(ServiceNode serviceNode) |
RemoteSparql11QueryBuilder(ServiceNode serviceNode) |
ServiceNode(ServiceNode op)
Constructor required for
com.bigdata.bop.BOpUtility#deepCopy(FilterNode) . |
Modifier and Type | Method and Description |
---|---|
Set<IVariable<?>> |
FulltextSearchServiceFactory.getRequiredBound(ServiceNode serviceNode) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.