Package | Description |
---|---|
com.bigdata.bop |
This package provides an API for query operators.
|
com.bigdata.bop.ap | |
com.bigdata.rdf.sparql.ast.eval | |
com.bigdata.rdf.spo |
This package defines a statement model using long term identifiers rather than
RDF Value objects.
|
com.bigdata.relation.rule |
This package includes an abstraction layer for rules.
|
Modifier and Type | Method and Description |
---|---|
IAccessPathExpander<E> |
IPredicate.getAccessPathExpander()
Returns the object that may be used to selectively override the
evaluation of the predicate.
|
Modifier and Type | Method and Description |
---|---|
IAccessPathExpander<E> |
Predicate.getAccessPathExpander() |
Constructor and Description |
---|
Predicate(IVariableOrConstant<?>[] values,
String relationName,
int partitionId,
boolean optional,
IElementFilter<E> constraint,
IAccessPathExpander<E> expander,
long timestamp) |
Modifier and Type | Class and Description |
---|---|
class |
DGExpander
Parallel subquery for a default graph access path.
|
Constructor and Description |
---|
SPOPredicate(String relationName,
IVariableOrConstant<IV> s,
IVariableOrConstant<IV> p,
IVariableOrConstant<IV> o,
boolean optional,
IAccessPathExpander<ISPO> expander)
Partly specified ctor.
|
SPOPredicate(String relationName,
IVariableOrConstant<IV> s,
IVariableOrConstant<IV> p,
IVariableOrConstant<IV> o,
IAccessPathExpander<ISPO> expander)
Partly specified ctor.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyAccessPathExpander<E>
An "expander" which replaces the access path with an
EmptyAccessPath . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.